
Kodey Ai Salesforce Mcp
Let your coding agent run SOQL against a live Salesforce org to inspect records, fields, and relationships without leaving the editor.
Overview
ai.smithery/kodey-ai-salesforce-mcp is an MCP server for the Build phase that runs SOQL queries so your agent can explore and retrieve Salesforce records, fields, and relationships.
What is this MCP server?
- Run SOQL queries to explore and retrieve Salesforce data from the agent
- Inspect records, fields, and object relationships in context
- Remote streamable-http MCP endpoint on Smithery (Bearer auth)
- Pairs with Claude Code, Cursor, or Codex as a Model Context Protocol tool
- Upstream open-source project: github.com/kodey-ai/salesforce-mcp
- Server schema version 1.0.0
- Transport: streamable-http remote on server.smithery.ai
- Auth: Bearer {smithery_api_key}
What problem does it solve?
Jumping between your IDE and Salesforce consoles to verify objects and sample data breaks flow when you are building CRM integrations.
Who is it for?
Builders who already use Salesforce and want agent-assisted SOQL exploration during integration or feature work.
Skip if: Teams that need governed BI, bulk ETL, or admin Setup changes without any Salesforce org credentials.
What do I get? / Deliverables
After you register the Smithery remote in your agent, you can explore org data with natural-language-driven SOQL from the same session where you write code.
- SOQL query results and record context inside the agent session
- Faster validation of Salesforce objects, fields, and relationships
- Remote MCP endpoint wired for streamable-http tool calls
Recommended MCP Servers
Journey fit
Salesforce connectivity is a build-time integration decision when you wire CRM data into apps, automations, or agent workflows. SOQL access is the core external-system hook—same shelf as other MCP-backed SaaS integrations.
How it compares
MCP integration for live SOQL queries, not a standalone Salesforce CLI skill or a hosted analytics dashboard.
Common Questions / FAQ
Who is ai.smithery/kodey-ai-salesforce-mcp for?
Solo builders and small teams who use Claude Code, Cursor, or similar agents and need read-oriented Salesforce data access via SOQL during development.
When should I use ai.smithery/kodey-ai-salesforce-mcp?
Use it while building or debugging CRM integrations, validating field names, or pulling sample accounts and opportunities before you ship automations.
How do I add ai.smithery/kodey-ai-salesforce-mcp to my agent?
Add the Smithery streamable-http remote https://server.smithery.ai/@kodey-ai/salesforce-mcp/mcp with Authorization Bearer {smithery_api_key} in your MCP client config, then enable the server in Claude Code, Cursor, or Codex.