mcpbeat Sign in

Agent Index MCP Server

by agent-idx Your server? Claim it
local only

Agent Index runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 16 Jul 2026.

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

Installs per day peak 14 · avg 7 · +40% w/w
a month agotoday
37
Installs / week
npm · @agent-idx/client
0
Stars
0 open issues
16 Jul 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Agent Index every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @agent-idx/client
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@agent-idx/client"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@agent-idx/client"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@agent-idx/client"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@agent-idx/client"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AGENT_INDEX_DIRECTORY_URL (URL of the network Active Nodes directory (routing/relay multiaddrs)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agent Index

same job, measured the same way
Packagento
by packagento

Magento 2 extension marketplace over MCP: search, buy, publish, and install packages.

answering
Marginalia
by pipeworx-io

Marginalia MCP — independent web search over a non-commercial, non-SEO index.

answering
Meta Agent Tools
by agentalog

Registry of MCP servers, agent skills and plugins: search, filter, comments, likes, publish.

29 tools answering
Web Search
by keenable

Live web search and clean-markdown page fetch over the Keenable web index.

66 installs/wk 2 tools answering
SSearch
by ssearch

Independent web search index for AI agents. Fast structured results via MCP and API.

4 tools answering
Wet MCP
by n24q02m

Open-source MCP server for AI agents: web search, content extraction, and library docs.

3 069 installs/wk local only
Wellknown
by wellknown

Live index of AI agents, MCP servers and tools with observed liveness and capability search.

65 installs/wk 9 tools answering
Tinysearch
by tinysuitehq

Fast discovery search and self-hosted web research for MCP agents.

842 installs/wk local only

Agent Index — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Index?
Agent Index runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @agent-idx/client was installed 37 times last week.
How do I connect Agent Index?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @agent-idx/client straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Index?
The npm package @agent-idx/client was installed 37 times in the last week. Week over week that is +40%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Index open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.