mcp-agentdocs

titov-d/mcp-agentdocs
★ 0 stars TypeScript AI/LLM Updated 2d ago
Fresh, source-verified docs for building MCP servers and Claude agents, served to your AI coding agent over MCP.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-agentdocs": {
      "command": "npx",
      "args": [
        "-y",
        "titov-d/mcp-agentdocs"
      ]
    }
  }
}

README Excerpt

**Fresh, source-verified docs for building MCP servers and Claude agents — served straight to your AI coding agent over MCP.** Coding agents hallucinate on fast-moving APIs like the Model Context Protocol and the Claude Agent SDK: training data lags the spec, so you get plausible-but-wrong imports, deprecated patterns, and invented options. `agentdocs` is a local MCP server that gives your agent a curated, **source-verified** corpus to search instead of guessing.

Tools (2)

get_doclist_topics