poll-the-people/customgpt-mcp
An MCP server for accessing all of CustomGPT.ai's anti-hallucination RAG-as-a-service API endpoints.
Quick Start
Clone the repository:
git clone https://github.com/Poll-The-People/customgpt-mcpClaude 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.