Skip to content
Cursor

SIMA MCP Server for Cursor

io.github.mustafashehab/sima-mcp-server

Read-only MCP server for SIMA Solana AI agent protection discovery. No API keys required.

client:Cursor transport:stdio runtime:npm

Install SIMA MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "sima-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sima-prime/mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SIMA MCP Server in other clients