📦
Oeis MCP Server Rs
Rust implementation of the OEIS MCP server
0 installs
Trust: 34 — Low
Devtools
Ask AI about Oeis MCP Server Rs
Powered by Claude · Grounded in docs
I know everything about Oeis MCP Server Rs. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Rust implementation of the OEIS MCP server
Usage
Use Docker (recommended)
-
Run on port 8000 (you can specify the host port)
docker run -p 8000:8000 --name oeis-mcp-server ghcr.io/23prime/oeis-mcp-server:latest -
Config your client
e.g.) Claude Code
claude mcp add --transport http oeis http://localhost:8000/mcp
Development
Pre-requirements
Run application
-
Setup
mise run setup -
Run app
mise run rs-dev -
Run integration tests at another terminal
mise run test-check
Use Docker
-
Build
docker build -t oeis-mcp-server:latest . -
Run
docker run -p 8000:8000 --name oeis-mcp-server oeis-mcp-server:latest
Release
-
Update version in
Cargo.toml[package] version = "0.2.0"(Alternative) You can update with the command:
cargo set-version 0.2.0 -
Create release tag
mise run tag -
Push release tag
mise run tag-push -
GitHub Actions will automatically build and release binaries
