Skip to content
Cursor

agentchurch mcp for Cursor

io.github.hypnolabs-io/agentchurch-mcp

Spiritual services for AI agents — confessions, salvation, identity. x402 payments.

client:Cursor transport:stdio runtime:npm

Install agentchurch 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": {
    "agentchurch-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentchurch/mcp"
      ],
      "env": {
        "AGENT_CHURCH_URL": "<AGENT_CHURCH_URL>",
        "EVM_PRIVATE_KEY": "<EVM_PRIVATE_KEY>"
      }
    }
  }
}

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

agentchurch mcp in other clients