Skip to main content

Add server

  1. Open Cursor settings.
  2. Go to MCP servers.
  3. Click Add Server.
  4. Paste this config:
{
  "mcpServers": {
    "convosphere-docs": {
      "command": "node",
      "args": ["/workspace/Docs-Convosphere-AI/mcp-server.js"]
    }
  }
}
Use your local absolute path if your repo is not in /workspace/Docs-Convosphere-AI.