G Gremlin Salesforce
FreeNot checkedA dedicated Model Context Protocol server that enables AI clients to interact with Salesforce tools for data analysis and management via the g-gremlin CLI. It s
About
A dedicated Model Context Protocol server that enables AI clients to interact with Salesforce tools for data analysis and management via the g-gremlin CLI. It supports both read-only and write-enabled operations for seamless integration with tools like Claude Desktop and Cursor.
README
Standalone Salesforce MCP launcher for g-gremlin.
This package provides a dedicated g-gremlin-sfdc-mcp command so MCP clients can connect to Salesforce tools without calling the broader g-gremlin CLI directly.
It delegates to:
g-gremlin mcp serve(read/analyze tools only)g-gremlin mcp serve --enable-writes(write tools exposed; apply calls still requireplan_hash)
Quickstart
pipx install g-gremlin
pipx install g-gremlin-sfdc-mcp
g-gremlin sfdc connect --org-alias dev
Claude Desktop
{
"mcpServers": {
"g-gremlin-sfdc": {
"command": "g-gremlin-sfdc-mcp"
}
}
}
To expose write tools:
{
"mcpServers": {
"g-gremlin-sfdc": {
"command": "g-gremlin-sfdc-mcp",
"args": ["--enable-writes"]
}
}
}
Cursor / Windsurf
Use the same MCP server command in your client config:
{
"mcpServers": {
"g-gremlin-sfdc": {
"command": "g-gremlin-sfdc-mcp"
}
}
}
To expose write tools in Cursor/Windsurf, add:
{
"mcpServers": {
"g-gremlin-sfdc": {
"command": "g-gremlin-sfdc-mcp",
"args": ["--enable-writes"]
}
}
}
Health check
g-gremlin-sfdc-mcp --check
Development
git clone https://github.com/mikeheilmann1024/g-gremlin-salesforce-mcp
cd g-gremlin-salesforce-mcp
pip install -e ".[dev]"
pytest
License
MIT
Installing G Gremlin Salesforce
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/mikeheilmann1024/g-gremlin-salesforce-mcpFAQ
Is G Gremlin Salesforce MCP free?
Yes, G Gremlin Salesforce MCP is free — one-click install via Unyly at no cost.
Does G Gremlin Salesforce need an API key?
No, G Gremlin Salesforce runs without API keys or environment variables.
Is G Gremlin Salesforce hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install G Gremlin Salesforce in Claude Desktop, Claude Code or Cursor?
Open G Gremlin Salesforce on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare G Gremlin Salesforce with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
