What is the Salesforce AgentForce CKG MCP server?
Salesforce AgentForce knowledge graph — 40 nodes, Einstein Trust Layer, 11x fewer tokens than RAG.
How to install Salesforce AgentForce CKG
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ckg-agentforce": {
"command": "uvx",
"args": [
"ckg-agentforce"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ckg-agentforce": {
"command": "uvx",
"args": [
"ckg-agentforce"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ckg-agentforce": {
"command": "uvx",
"args": [
"ckg-agentforce"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ckg-agentforce": {
"type": "stdio",
"command": "uvx",
"args": [
"ckg-agentforce"
]
}
}
}Claude Code
claude mcp add ckg-agentforce -- uvx ckg-agentforceRelated MCP servers
97-domain knowledge graphs for AI agents — 4× F1 of RAG, 11× fewer tokens. MCP-native.
3
View repository →Python
MIT
NVIDIA Nemotron + Perplexity Sonar as knowledge graphs — 2 domains, 83 nodes. MCP-native.
View repository →NVIDIA AI knowledge graphs — 20 domains. 4x F1, 11x fewer tokens, SHA-256 provenance. MCP-native.
View repository →NVIDIA NemoClaw knowledge graph — 55 nodes, F1 0.576 (+269% vs RAG), 11x fewer tokens. MCP-native.
View repository →