MCP endpoint
Authorization: Bearer alch_YOUR_KEYTransport: Streamable HTTP (MCP 2025 spec)
Available tools
| Tool | What it does |
|---|---|
search_insights | Primary search — semantic query over the full document database |
get_document | Fetch a document and all its insights by doc_id |
list_documents | Browse documents by source or date |
list_filter_options | Get all valid source_name values |
search_web | Fallback live web search when the database has no results |
Shared configs — configure once
Several agent surfaces share configuration, so you may not need to set things up more than once:| If you configure here | It also works in |
|---|---|
| claude.ai Connectors UI | Claude Code CLI (auto-syncs on same Anthropic account) |
Claude Desktop claude_desktop_config.json | Claude Code CLI (import with claude mcp add-from-claude-desktop) |
.mcp.json in your project root | Claude Code CLI, Claude Code web, VS Code extension |
Cursor .cursor/mcp.json | Roo Code, Continue, and other VS Code MCP agents (same format) |
Choose your integration
Claude
Claude.ai web, Claude Desktop, and Claude Code — configure once, sync everywhere.
Cursor
Cursor IDE — one JSON block in
.cursor/mcp.json.ChatGPT
ChatGPT Custom GPT Actions — no MCP required, REST-based.
OpenClaw
OpenClaw open-source personal AI assistant — MCP via
openclaw mcp add.Codex CLI
OpenAI Codex CLI — TOML config at
~/.codex/config.toml.Hermes
Nous Hermes and other local models via Ollama or LM Studio.
Generic MCP
Any MCP-compatible client — copy-paste config and system prompt.