hrirkslab/context-server-rs
A Rust-based Model Context Protocol (MCP) server for AI code generation. Solves the context engineering problem by organizing and serving structured context from a local SQLite database to LLMs and AI tools. Fast, standards-based, and easy to run locally.
Platform-specific configuration:
{
"mcpServers": {
"context-server-rs": {
"command": "npx",
"args": [
"-y",
"context-server-rs"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...