Connect your coding agent to Simforge via Model Context Protocol
Simforge provides an MCP (Model Context Protocol) server that lets coding agents like Cursor, Claude Code, Codex, and Windsurf set up Simforge tracing in your codebase automatically.The MCP server provides two tools:
setup_simforge — Returns a language-specific SDK setup guide with correct API usage, code examples, and best practices
get_simforge_api_key — Retrieves your API key for the agent to configure
Call get_simforge_api_key to retrieve your API key (requires your Simforge session)
Call setup_simforge with a language parameter (typescript, python, ruby, or go) to get a complete setup guide
Follow the guide to install the SDK, initialize the client, and instrument your functions
The agent receives the full SDK API reference including code examples, so it can make the correct changes without browsing documentation or guessing APIs.
Call the MCP tools to get the API key and setup guide
Install the SDK
Read your codebase and identify all AI workflows
Present you with a list of workflows it found, and why each is worth instrumenting
Instrument whichever workflows you choose — one, several, or all
The agent presents options and lets you choose which workflows to instrument, so you stay in control. Each option explains what visibility tracing gives you into that workflow.