Skip to content
Cursor

inam mcp for Cursor

io.github.inamprotocol/inam-mcp

Check an agent's INAM reputation before trusting it, and sign a receipt when work is done.

client:Cursor transport:stdio runtime:npm

Install inam mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "inam-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "inam-mcp"
      ],
      "env": {
        "INAM_URL": "<INAM_URL>",
        "INAM_PRIVATE_KEY": "<INAM_PRIVATE_KEY>"
      }
    }
  }
}

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

inam mcp in other clients