Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“Š Monitoring
  3. Agentskb
A
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:55:00 PM

Agentskb

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository9 GitHub StarsTotal stargazers on GitHub for the source repository (9 stars).

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "agentskb": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.agentskb.com/mcp-kb"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Tool Schemas (7) Directory Badge Claim listing AlternativesπŸ“Š More in Monitoring

Capabilities & Tool Schemas (7) ~86 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Agentskb.

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

consult_taxonomy

Navigate the knowledge taxonomy

check_prerequisites

Foundational topics to understand first

Documentation Overview

AgentsKB MCP Server

Give Your AI Expert-Level Knowledge

Researched answers to any problem. Your AI, upgraded.

About this repository: AgentsKB is a hosted MCP server β€” there is no server to build or run locally, and this repository contains no source code. It exists to document the endpoint and to collect bug reports. Point your MCP client at the URL below and you are done.

Installation

The server is hosted at https://mcp.agentskb.com/mcp-kb and speaks MCP over streamable HTTP. No API key and no signup are required.

Claude Code

Terminal
claude mcp add --transport http agentskb https://mcp.agentskb.com/mcp-kb

Add --scope user to make it available in every project instead of just the current one. Verify the connection with:

Terminal
claude mcp list

Claude Desktop, Cursor, Cline, and other MCP clients

Add this to your client's MCP configuration file:

config.json
{
  "mcpServers": {
    "agentskb": {
      "type": "http",
      "url": "https://mcp.agentskb.com/mcp-kb"
    }
  }
}

Config file locations:

ClientFile
Claude Code (per-project).mcp.json in the project root
Claude Code (global)~/.claude.json
Claude Desktopclaude_desktop_config.json
Cursor (global)~/.cursor/mcp.json
Cursor (per-project).cursor/mcp.json in the project root

Cursor does not use the type field β€” for Cursor, list url on its own.

Some older clients do not support remote HTTP servers and only launch local processes. If yours is one of them, bridge to the endpoint with mcp-remote:

config.json
{
  "mcpServers": {
    "agentskb": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.agentskb.com/mcp-kb"]
    }
  }
}

REST API (no MCP client)

The knowledge base is also reachable over plain HTTP, with no key:

Terminal
curl -X POST https://agentskb-api.agentskb.com/api/free/ask \
  -H "Content-Type: application/json" \
  -d '{"question":"What is a PostgreSQL index scan?"}'

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

ToolArgumentsDescription
ask_questionquestion*, domain, limitExpert-quality answers with sources
preflight_checktask*, depthSee what verified knowledge exists for your task
search_questionsquery*, domain, limitBrowse Q&As by topic
get_statsβ€”Coverage metrics
consult_taxonomypath, depthNavigate the knowledge taxonomy
check_prerequisitesdomain*Foundational topics to understand first
get_lockfile_statusβ€”Check whether strict/pinned-answer mode is active

* required. question and query expect a full natural-language question β€” bare keywords such as mysql are rejected.

The server also exposes two resources: agentskb://context/current (detected project stack) and agentskb://context/prompt (a system-prompt fragment for that stack).

Coverage

55,000+ Q&As across 287 domains. The deepest coverage today is:

  • Databases and ORMs: PostgreSQL, Prisma, Drizzle
  • Frameworks: Next.js, NextAuth, Vue
  • Infrastructure and tooling: Docker, Bash, nginx, Git

Call get_stats for live counts, or consult_taxonomy to browse the full domain list.

Coverage is uneven and still growing. If you ask about a topic that is not yet covered, the server queues it for research and replies Topic '<name>' research queued instead of returning an answer β€” ask again later.

Reporting bugs

Open an issue on this repository: https://github.com/Cranot/agentskb-mcp/issues

Related

  • Website: https://agentskb.com
  • @agentskb/cli on npm: https://www.npmjs.com/package/@agentskb/cli β€” a separate tool for pinning and verifying answers in a repo (init, check, lock, request, update, verify). It does not implement an MCP server and is not needed to use the endpoint above.

License

MIT

Related MCP Servers

View all in Monitoring View all alternatives
  • CatchDoms β€” Expired Domains API logoCatchDoms β€” Expired Domains API

    Search 40K+ expired domains from 12 auction platforms with SEO metrics and scores.

    πŸ“Š Monitoring1 views
    Compare vs CatchDoms β€” Expired Domains API β†’
  • Dynatrace Mcp logoDynatrace Mcp

    Leverage AI-driven observability, security, and automation to analyze anomalies, logs, traces, events, metrics.

    πŸ“Š Monitoring2 views
    Compare vs Dynatrace Mcp β†’
  • Langfuse Mcp Java logoLangfuse Mcp Java

    Query Langfuse traces, debug exceptions, analyze sessions, scores, datasets, schema, observations and manage prompts. Full observability toolkit for LLM applications. (https://github.com/langfuse/langfuse)

    πŸ“Š Monitoring3 views
    Compare vs Langfuse Mcp Java β†’
  • Statuscraft logoStatuscraft

    MCP server that checks the live status of 3831 software services in real time. Ask your AI agent "is GitHub down?" or "what's wrong with Sentry?" β€” and get a live answer pulled directly from official status pages, including full incident detail when something is broken. npx -y github:jabbawocky/statuscraft

    πŸ“Š Monitoring0 views
    Compare vs Statuscraft β†’

Frequently Asked Questions about Agentskb

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "agentskb": { "command": "npx", "args": ["-y", "agentskb"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAgentskb AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/agentskb?style=directory)](https://allmcps.com/mcp/agentskb)
HTML Embed
<a href="https://allmcps.com/mcp/agentskb"><img src="https://allmcps.com/api/badge/agentskb?style=directory" alt="Agentskb on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“ŠMonitoring
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars9
GitHub Star CountTotal stargazers on GitHub representing community popularity (9 stars).
Last commit14d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 27, 2026
53Quality signal: Good Β· 53/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“Š Monitoring β†’Best MCP servers for Monitoring & Observability β†’Alternatives to Agentskb β†’Install in Claude DesktopInstall in CursorInstall in VS Code