Loomal

agentdocs

MCP server by github.com/titov-d/mcp-agentdocs

Fresh, source-verified docs for building MCP servers and Claude agents, for AI coding agents.

0 starsnpm: mcp-agentdocs

About agentdocs

agentdocs is an MCP (Model Context Protocol) server published by titov-d in the official MCP registry, listed under Autonomous Agents on Loomal. Fresh, source-verified docs for building MCP servers and Claude agents, for AI coding agents.

It ships as an npm package (mcp-agentdocs), so any MCP client that can launch a local process can run it.

Development happens in the open at github.com/titov-d/mcp-agentdocs.

Use agentdocs with your agent

Claude Code · one command
claude mcp add agentdocs -- npx -y mcp-agentdocs
Claude Desktop, Cursor & other MCP clients · config
{
  "mcpServers": {
    "agentdocs": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-agentdocs"
      ]
    }
  }
}
npmmcp-agentdocs

Frequently asked questions

What is agentdocs?
agentdocs is an MCP (Model Context Protocol) server by titov-d in the Autonomous Agents category. Fresh, source-verified docs for building MCP servers and Claude agents, for AI coding agents.
How do I connect agentdocs to Claude, Cursor, or another MCP client?
Install agentdocs from its npm package (mcp-agentdocs) and register it under "mcpServers" in your client's MCP configuration — for example claude_desktop_config.json or Cursor's mcp.json — then restart the client.
Is agentdocs open source?
Yes — the source code is public at github.com/titov-d/mcp-agentdocs.
Can AI agents pay to use agentdocs?
Not yet through Loomal — agentdocs is listed as a free directory entry. If its maintainer verifies ownership, they can set per-call USDC pricing that agents pay over x402, with settlement on Base.

Listing data from the official MCP registry and GitHub, refreshed periodically. Not affiliated with the maintainer unless claimed. Maintain agentdocs? Claim this listing free by verifying GitHub ownership, or contact us.