Back to MCP Servers
Connapse
Self-hosted knowledge backend for AI agents with hybrid vector + keyword search, container-isolated indexes, and 11 MCP tools. .NET, Docker-ready.
knowledge-memorydockeraiagent
By Destrayon
Installation
npx -y ConnapseConfiguration
{
"mcpServers": {
"Connapse": {
"command": "npx",
"args": ["-y", "Connapse"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes