nullablevariant/rust-mcp-core
A config-driven MCP server core built on the official Rust SDK. Define tools, auth, prompts, resources, and HTTP behavior in YAML or JSON configuration -- the library handles execution, validation, and protocol compliance with minimal Rust code.
Platform-specific configuration:
{
"mcpServers": {
"rust-mcp-core": {
"command": "npx",
"args": [
"-y",
"rust-mcp-core"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...