io.github.Cranot/agentskb

Researched knowledge for AI agents. Canonical answers from official sources.

7No licensedevtools

Install

Config snippet generator goes here (5 client tabs)

README

# AgentsKB MCP Server

**Give Your AI Expert-Level Knowledge**

Researched answers to any problem. Your AI, upgraded.

## Installation

Add to your Claude Desktop or Cursor config:

```json
{
  "mcpServers": {
    "agentskb": {
      "command": "npx",
      "args": ["@agentskb/cli", "mcp"]
    }
  }
}
```

No API key needed for free tier (300 queries/month).

## What makes us different

Your AI searches. We research. That's the difference.

- **Dedicated research per question** - not a side task while debugging
- **Official sources only** - docs, specs, RFCs
- **Would rather not answer than guess wrong**

## Tools

| Tool | Description |
|------|-------------|
| `ask_question` | Expert-quality answers with sources |
| `preflight_check` | See what verified knowledge exists for your task |
| `search_questions` | Browse Q&As by topic |
| `get_stats` | Coverage metrics |

## Coverage

Growing knowledge base across 40+ developer domains:
- Databases: PostgreSQL, MySQL
- Frameworks: Next.js, React, Vue, FastAPI, Django, Laravel
- Infrastructure: Docker, Kubernetes, AWS
- And more being added continuously

## Links

- Website: https://agentskb.com
- npm: https://www.npmjs.com/package/@agentskb/cli

## License

MIT