sf-intelligence — Salesforce org intelligence for AI agents for Cursor
io.github.pranavnagrecha/sf-intelligence
Offline, read-only MCP knowledge base for one Salesforce org's metadata, deps & impact.
client:Cursor
transport:stdio
runtime:npm
Install sf-intelligence — Salesforce org intelligence for AI agents in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sf-intelligence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sf-intelligence"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs