Odel
Agent Index

Agent Index

Local
@agent-idxTypeScriptUpdated 1mo ago

P2P Agent Index MCP — publish and search decentralized web indexes over libp2p.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@agent-idx/clientv0.4.5

Run

npx -y @agent-idx/client

MCP client config

{
  "mcpServers": {
    "agent-index": {
      "command": "npx",
      "args": [
        "-y",
        "@agent-idx/client"
      ]
    }
  }
}