Skip to content
Cursor

soul mcp server for Cursor

io.github.antoniotf5/soul-mcp-server

MCP server for validating and generating SOUL.md agent identity files from Claude Desktop.

client:Cursor transport:stdio runtime:npm

Install soul mcp server in Cursor

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

{
  "mcpServers": {
    "soul-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "soul-mcp-server"
      ]
    }
  }
}

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

soul mcp server in other clients