Context-Engine
Context Engine provides semantic code search and memory capabilities for AI coding assistants.
Context Engine is designed to enhance the coding experience by offering advanced tools for semantic code search, symbol intelligence, and memory management. It allows developers to efficiently navigate and understand codebases, making it easier to find relevant information and improve productivity. The platform also supports various AI agent skills, enabling seamless integration with popular coding assistants. Originally an open-source project, Context Engine has transitioned to a hosted service model to protect its intellectual property. Despite this change, the team remains dedicated to providing powerful code intelligence tools and resources for developers, ensuring that they can leverage the latest advancements in AI for coding assistance.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"context-engine": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-context-engine"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions