← Back to Plugins
MCP Server MCP

Agent Index

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @agent-idx/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@agent-idx/client",
      "version": "0.4.5",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "npx non-interactive install",
          "value": "-y",
          "type": "positional",
          "valueHint": "npx"
        },
        {
          "description": "npm package name",
          "value": "@agent-idx/client",
          "type": "positional"
        },
        {
          "description": "Routing peer multiaddr (from Active Nodes directory)",
          "type": "named",
          "name": "-b"
        },
        {
          "description": "Relay peer multiaddr for NAT traversal (recommended)",
          "type": "named",
          "name": "-r"
        }
      ],
      "environmentVariables": [
        {
          "description": "URL of the network Active Nodes directory (routing/relay multiaddrs)",
          "format": "string",
          "name": "AGENT_INDEX_DIRECTORY_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...