Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.convosphere.site/llms.txt

Use this file to discover all available pages before exploring further.

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.