
Agentskb
Give your agent a researched knowledge layer with canonical answers from official sources instead of hallucinated API details.
Overview
agentskb is a MCP server for the Build phase that supplies AI agents with researched, canonical knowledge from official sources.
What is this MCP server?
- Researched knowledge corpus aimed at AI agent workflows
- Canonical answers grounded in official sources
- Published npm package @agentskb/cli with stdio MCP transport
- Repository agentskb-mcp on GitHub (Cranot)
- Reduces wrong SDK versions and deprecated API usage during codegen
- Server version 0.1.1 with npm package @agentskb/cli at 0.1.0-beta.8
- Stdio transport type in server.json packages block
- Source repository https://github.com/Cranot/agentskb-mcp
Community signal: 9 GitHub stars.
What problem does it solve?
Your agent keeps confidently citing wrong APIs, limits, and config because generic training data is stale or vague.
Who is it for?
Builders creating agent workflows who want a dedicated knowledge MCP alongside codegen tools.
Skip if: Market research, competitor analysis, or brand-new domains with no curated agentskb coverage.
What do I get? / Deliverables
MCP queries return researched canonical answers so implementations align with official documentation.
- MCP-accessible researched answers during build sessions
- Lower-risk API and SDK usage in generated code
- Repeatable knowledge lookups without manual doc tab switching
Recommended MCP Servers
Journey fit
While building agent-powered products, reliable reference knowledge reduces bad integrations and wrong docs—core agent-tooling concern in the Build phase. Agent-tooling subphase covers MCP servers that extend what the model can look up and cite during implementation.
How it compares
Curated agent knowledge MCP, not a live web browser or generic search plugin.
Common Questions / FAQ
Who is agentskb for?
Solo developers and small teams building with AI coding agents who need dependable factual lookups during integration work.
When should I use agentskb?
Use it during Build when the agent is wiring SDKs, APIs, or agent tools and you want official-source-aligned answers on demand.
How do I add agentskb to my agent?
Install @agentskb/cli from npm, configure stdio MCP transport in Claude Code or Cursor, and point your server list at the agentskb MCP entry.