Internal DFX engineering knowledge MCP server (Context7-style): resolve/get-knowledge tools + read-only portal. Postgres+pgvector, hybrid retrieval.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dfx-knowledge-mcp": {
"command": "npx",
"args": [
"-y",
"changhuaqiu/dfx-knowledge-mcp"
]
}
}
}
Run in terminal:
claude mcp add dfx-knowledge-mcp npx -y changhuaqiu/dfx-knowledge-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"dfx-knowledge-mcp": {
"command": "npx",
"args": [
"-y",
"changhuaqiu/dfx-knowledge-mcp"
]
}
}
}