Model Context Protocol

Your knowledge base,
inside your AI tools

Connect Cursor, Claude Desktop, and VS Code Copilot directly to your Brainfish knowledge base — search, create, and manage content without leaving your editor.

https://mcp.brainfi.shclick to copy
View on GitHub
mcp.json
123456789
{
  "mcpServers": {
    "brainfish": {
      "url": "https://mcp.brainfi.sh",
      "headers": {
        "Authorization": "Bearer bf_api_YOUR_TOKEN"
      }
    }
  }
}
✓ mcp.jsonJSON
Ln 1, Col 1
1
Open Claude.ai → Settings → Integrations
Go to claude.ai/settings/integrations and click Add custom connector.
2
Enter a name and URL with your token
Claude.ai doesn't support custom headers, so pass your API token directly in the URL:
https://mcp.brainfi.sh?token=bf_api_YOUR_TOKENcopy
3
Click Add — that's it
No OAuth required. Claude will immediately discover all 25 Brainfish tools.
Credentials are embedded in the URL on your device only. Use a token with the minimum permissions your workflow needs.
Search & Documents7
search documentsget documentlist documentscreate documentupdate documentmove documentdelete document
Suggestions1
generate article suggestion
Collections5
list collectionsget collectioncreate collectionupdate collectiondelete collection
AI & Answers2
generate user answergenerate follow ups
Catalogs4
list catalogsget catalogcreate catalogsync catalog content
Sessions & Analytics4
search sessionsget sessionget session timelinegenerate session insights
Analytics1
get analytics threads
Auth1
validate token
🔒

Your credentials stay private. Tokens are forwarded directly to the Brainfish API on each request. This server never stores, logs, or caches your API keys.