
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@agent-idx/client
Advanced tools
P2P Agent Index MCP server — publish and search decentralized web indexes from your agent
MCP edge client for the P2P Agent Index Network. Connects to a routing peer, publishes local index records, and searches peers over direct libp2p streams.
Pick a routing peer multiaddr from the network directory, then add to your MCP config:
{
"mcpServers": {
"agent-index": {
"command": "npx",
"args": [
"-y",
"@agent-idx/client",
"-b",
"/ip4/<host>/tcp/4001/p2p/<BootstrapPeerId>"
]
}
}
}
Replace -b with the full multiaddr from the routing peer list.
npx -y @agent-idx/client -b /ip4/<host>/tcp/4001/p2p/<BootstrapPeerId>
| Flag | Description |
|---|---|
-b, --bootstrap <multiaddr> | Required. Routing peer to dial |
-d, --db <path> | Local index store (default: index_store.json) |
| Tool | Description |
|---|---|
publish_index | Index a URL with title and content |
search_index | Semantic search across local and remote peers |
get_peer_status | Local peer ID and record count |
npm install
npm run build
node dist/index.js -b /ip4/127.0.0.1/tcp/4001/p2p/<BootstrapPeerId>
npm login
npm publish --access public
Requires membership in the @agent-idx npm organization.
FAQs
P2P Agent Index MCP server — publish and search decentralized web indexes from your agent
The npm package @agent-idx/client receives a total of 54 weekly downloads. As such, @agent-idx/client popularity was classified as not popular.
We found that @agent-idx/client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.