Skip to main content
Data PlatformsPython

poll-the-people/customgpt-mcp

An MCP server for accessing all of CustomGPT.ai's anti-hallucination RAG-as-a-service API endpoints.

end-to-end-rag-platformscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/Poll-The-People/customgpt-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "customgpt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "poll-the-people/customgpt-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Data Platforms
Language
Python
Author
Poll-The-People