Indexed

MCP Server

Expose Indexed to AI assistants via the Model Context Protocol.

Run

# stdio (Claude Desktop, etc.)
indexed mcp run

# HTTP
indexed mcp run --transport http --port 8000

# Dev with Inspector
indexed mcp dev

Tools

  • search(query) – search all collections
  • search_collection(collection, query) – search a specific collection

Client Integration