Odel
agentskb mcp

agentskb mcp

Local
@cranot9Updated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@agentskb/cliv0.1.0-beta.8

Run

npx -y @agentskb/cli

MCP client config

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