Skip to content
Grok

simceptor for Grok

io.github.ayda212/simceptor

AI-native mock API server with MCP. Create REST/SOAP mocks from Claude, Cursor, or Windsurf.

client:Grok transport:streamable-http

Install simceptor in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "simceptor": {
      "type": "http",
      "url": "https://simceptor.com/api/mcp/sse"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

simceptor in other clients