Skip to content
Cursor

knowmint for Cursor

io.github.sou0327/knowmint

AI agent knowledge marketplace. Discover, purchase, and retrieve human expertise via x402 on Solana.

client:Cursor transport:stdio runtime:npm

Install knowmint 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": {
    "knowmint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@knowmint/mcp-server"
      ],
      "env": {
        "KM_API_KEY": "<KM_API_KEY>",
        "KM_BASE_URL": "<KM_BASE_URL>"
      }
    }
  }
}

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

knowmint in other clients