{
  "markdown": "# AgentsKB MCP Server\n\n**Give Your AI Expert-Level Knowledge**\n\nResearched answers to any problem. Your AI, upgraded.\n\n> **About this repository:** AgentsKB is a **hosted** MCP server — there is no server\n> to build or run locally, and this repository contains no source code. It exists to\n> document the endpoint and to collect bug reports. Point your MCP client at the URL\n> below and you are done.\n\n## Installation\n\nThe server is hosted at `https://mcp.agentskb.com/mcp-kb` and speaks MCP over\nstreamable HTTP. **No API key and no signup are required.**\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http agentskb https://mcp.agentskb.com/mcp-kb\n```\n\nAdd `--scope user` to make it available in every project instead of just the\ncurrent one. Verify the connection with:\n\n```bash\nclaude mcp list\n```\n\n### Claude Desktop, Cursor, Cline, and other MCP clients\n\nAdd this to your client's MCP configuration file:\n\n```json\n{\n  \"mcpServers\": {\n    \"agentskb\": {\n      \"type\": \"http\",\n      \"url\": \"https://mcp.agentskb.com/mcp-kb\"\n    }\n  }\n}\n```\n\nConfig file locations:\n\n| Client | File |\n|--------|------|\n| Claude Code (per-project) | `.mcp.json` in the project root |\n| Claude Code (global) | `~/.claude.json` |\n| Claude Desktop | `claude_desktop_config.json` |\n| Cursor (global) | `~/.cursor/mcp.json` |\n| Cursor (per-project) | `.cursor/mcp.json` in the project root |\n\nCursor does not use the `type` field — for Cursor, list `url` on its own.\n\nSome older clients do not support remote HTTP servers and only launch local\nprocesses. If yours is one of them, bridge to the endpoint with\n[`mcp-remote`](https://www.npmjs.com/package/mcp-remote):\n\n```json\n{\n  \"mcpServers\": {\n    \"agentskb\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-remote\", \"https://mcp.agentskb.com/mcp-kb\"]\n    }\n  }\n}\n```\n\n### REST API (no MCP client)\n\nThe knowledge base is also reachable over plain HTTP, with no key:\n\n```bash\ncurl -X POST https://agentskb-api.agentskb.com/api/free/ask \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"question\":\"What is a PostgreSQL index scan?\"}'\n```\n\n## What makes us different\n\nYour AI searches. We research. That's the difference.\n\n- **Dedicated research per question** - not a side task while debugging\n- **Official sources only** - docs, specs, RFCs\n- **Would rather not answer than guess wrong**\n\n## Tools\n\n| Tool | Arguments | Description |\n|------|-----------|-------------|\n| `ask_question` | `question`\\*, `domain`, `limit` | Expert-quality answers with sources |\n| `preflight_check` | `task`\\*, `depth` | See what verified knowledge exists for your task |\n| `search_questions` | `query`\\*, `domain`, `limit` | Browse Q&As by topic |\n| `get_stats` | — | Coverage metrics |\n| `consult_taxonomy` | `path`, `depth` | Navigate the knowledge taxonomy |\n| `check_prerequisites` | `domain`\\* | Foundational topics to understand first |\n| `get_lockfile_status` | — | Check whether strict/pinned-answer mode is active |\n\n\\* required. `question` and `query` expect a full natural-language question —\nbare keywords such as `mysql` are rejected.\n\nThe server also exposes two resources: `agentskb://context/current` (detected\nproject stack) and `agentskb://context/prompt` (a system-prompt fragment for\nthat stack).\n\n## Coverage\n\n55,000+ Q&As across 287 domains. The deepest coverage today is:\n\n- **Databases and ORMs:** PostgreSQL, Prisma, Drizzle\n- **Frameworks:** Next.js, NextAuth, Vue\n- **Infrastructure and tooling:** Docker, Bash, nginx, Git\n\nCall `get_stats` for live counts, or `consult_taxonomy` to browse the full\ndomain list.\n\nCoverage is uneven and still growing. If you ask about a topic that is not yet\ncovered, the server queues it for research and replies\n`Topic '<name>' research queued` instead of returning an answer — ask again\nlater.\n\n## Reporting bugs\n\nOpen an issue on this repository:\n<https://github.com/Cranot/agentskb-mcp/issues>\n\n## Related\n\n- Website: <https://agentskb.com>\n- `@agentskb/cli` on npm: <https://www.npmjs.com/package/@agentskb/cli> — a\n  **separate** tool for pinning and verifying answers in a repo (`init`,\n  `check`, `lock`, `request`, `update`, `verify`). It does not implement an MCP\n  server and is not needed to use the endpoint above.\n\n## License\n\nMIT\n",
  "bytes": 4227,
  "sha": "452bbe90675e7fcf48807e6a94e0d286fda51f2f7e062fe2584ec8652ed906a5",
  "repo_slug": "cranot/agentskb-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_cranot_agentskb_a9ef21ff/readme"
}