
Professional Context Engine
by hrirkslab
Rust-based MCP server for organizing and serving structured project context from a local SQLite database to AI tools.
What it does
This server solves the context engineering problem by organizing project-specific knowledge into a structured local SQLite database. It allows AI agents to retrieve precise business rules, task-related context, and project insights without bloating the LLM context window with irrelevant files.
Tools
query- Retrieve context based on a specific task and project.list- List all stored context entries of a specific type (e.g., business rules).search- Perform full-text search across the context database.get- Fetch a specific context entry by its unique ID.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"context-server": {
"command": "path/to/your/context-server-executable",
"args": [],
"env": {}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
cargo run --releaseInformation
- Pricing
- free
- Published
- 5/10/2026
- stars





