Skip to content
Cursor

contactapi for Cursor

io.github.kozmos-tech/contactapi

An open-source API for collecting and managing contacts and signups.

client:Cursor transport:stdio runtime:npm

Install contactapi in Cursor

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

{
  "mcpServers": {
    "contactapi": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@kozmos-tech/contactapi"
      ]
    }
  }
}

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

contactapi in other clients