Salesforce AgentForce CKG
Rank #7,508io.github.Yarmoluk/ckg-agentforce
Salesforce AgentForce knowledge graph — 40 nodes, Einstein Trust Layer, 11x fewer tokens than RAG.
Salesforce AgentForce CKG is a Model Context Protocol (MCP) server published by yarmoluk. It ranks #7,508 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Salesforce AgentForce CKG is listed across 3 registries — Official MCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Jul 22, 2026 and most recently updated on Jul 29, 2026.
Ranks ahead of 107,952 of 115,460 servers on MCP Toplist.
Use Salesforce AgentForce CKG
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http ckg-agentforce https://ckg-agentforce.onrender.com/mcpclaude mcp add ckg-agentforce -- uvx ckg-agentforce[mcp_servers.ckg-agentforce]
url = "https://ckg-agentforce.onrender.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.ckg-agentforce]
command = "uvx"
args = ["ckg-agentforce"]Add to ~/.codex/config.toml.
https://ckg-agentforce.onrender.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"ckg-agentforce": {
"command": "uvx",
"args": [
"ckg-agentforce"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ckg-agentforce": {
"url": "https://ckg-agentforce.onrender.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"ckg-agentforce": {
"command": "uvx",
"args": [
"ckg-agentforce"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ckg-agentforce": {
"type": "http",
"url": "https://ckg-agentforce.onrender.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"ckg-agentforce": {
"type": "stdio",
"command": "uvx",
"args": [
"ckg-agentforce"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ckg-agentforce": {
"serverUrl": "https://ckg-agentforce.onrender.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ckg-agentforce": {
"command": "uvx",
"args": [
"ckg-agentforce"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ckg-agentforce": {
"url": "https://ckg-agentforce.onrender.com/mcp"
}
}
}{
"mcpServers": {
"ckg-agentforce": {
"command": "uvx",
"args": [
"ckg-agentforce"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Yarmoluk%2Fckg-agentforce)<a href="https://mcptoplist.com/server/io.github.Yarmoluk%2Fckg-agentforce"><img src="https://mcptoplist.com/badge/io.github.Yarmoluk%2Fckg-agentforce.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
yarmoluk
Other servers by yarmoluk
- NVIDIA AI CKG#2,943 · 2 vers
- NVIDIA NemoClaw CKG#4,956 · 2 vers
- CKG-MCP — Compressed Knowledge Graphs#5,274 · 2 vers
- ckg-nemotron-perplexity#17,616 · 1 ver
- agent-memory-mcp#106,696
Available versions (2)
| Version | Published |
|---|---|
| 0.10.3 | Jul 29, 2026 |
| 0.2.6 | Jul 22, 2026 |
Frequently asked questions
- Who maintains Salesforce AgentForce CKG?
- Salesforce AgentForce CKG is maintained by yarmoluk, which publishes 6 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Salesforce AgentForce CKG listed on the Official MCP Registry?
- Yes — Salesforce AgentForce CKG is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does Salesforce AgentForce CKG have?
- MCP Toplist tracks 2 versions of Salesforce AgentForce CKG, most recently published on Jul 29, 2026.
- Where can I find the source code for Salesforce AgentForce CKG?
- The source code for Salesforce AgentForce CKG is hosted at github.com/Yarmoluk/ckg-agentforce.