Researched knowledge for AI agents. Canonical answers from official sources.
claude mcp add agentskb -- npx -y @agentskb/cli
claude_desktop_config.json
{
"mcpServers": {
"agentskb": {
"command": "npx",
"args": [
"-y",
"@agentskb/cli"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agentskb": {
"command": "npx",
"args": [
"-y",
"@agentskb/cli"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentskb": {
"command": "npx",
"args": [
"-y",
"@agentskb/cli"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agentskb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentskb/cli"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agentskb": {
"command": "npx",
"args": [
"-y",
"@agentskb/cli"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Cranot--agentskb/reviews or the review_server meta-tool.
POST /mcp