agentwikis-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agentwikis-mcpsearch for latest updates on quantum computing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
agentwikis-mcp
MCP server for Agent Wikis — maintained, agent-readable knowledge bases compiled from messy, fast-moving sources. Read-only; no API key or account needed for the free tier, and an optional Pro key adds the XL tier.
Four tools shaped for an agent's loop:
Tool | What it does |
| Every wiki + its declared scope (covers / not covered / current-as-of) |
| One wiki's metadata + full document map — orient in a single call |
| Ranked pages with a calibrated |
| Full page or a single section, with a provenance footer |
The scope declarations and the confident flag exist so your agent knows when not to trust the wiki — measured ~94% correct abstention. Details and the full eval: agentwikis.com/why-wikis.
Install
Claude Code
claude mcp add agentwikis -- npx -y agentwikis-mcpCodex (~/.codex/config.toml)
[mcp_servers.agentwikis]
command = "npx"
args = ["-y", "agentwikis-mcp"]Any MCP client (JSON config)
{ "mcpServers": { "agentwikis": { "command": "npx", "args": ["-y", "agentwikis-mcp"] } } }Related MCP server: wikidocs-mcp
Pro (XL) access
Wikis ship in two tiers: the free wiki/ pages, and an XL tier of deeper
per-item reference pages included with Agent Wikis Pro.
Set AGENTWIKIS_API_KEY to your Pro key and all three read tools widen to cover it:
{
"mcpServers": {
"agentwikis": {
"command": "npx",
"args": ["-y", "agentwikis-mcp"],
"env": { "AGENTWIKIS_API_KEY": "aw_..." }
}
}
}Without a key | With a Pro key | |
| free pages; an | free + XL pages, XL marked |
| free pages only; an | ranks across both tiers, |
|
| returns the XL page |
Without a key, a confident: true search result means "the best free page covers
your terms" — the xl field on the response tells you how much you didn't see.
Routing tip. XL pages are per-item depth, not broader coverage. When a question
names a specific plugin, hook, CLI surface, runtime, API, or deployment procedure,
prefer the gated: true page over the general concept page.
Self-hosted instances
Point the bridge at your own Agent Wikis deployment (e.g. a private-wiki install):
AGENTWIKIS_URL=https://wikis.internal.example npx -y agentwikis-mcpWhat's inside
The bridge talks to agentwikis.com/api/* and returns the same payloads as the self-hosted stdio server — same document formatting, same provenance footers, same search calibration. Requires Node 18+.
Agent Wikis also serves everything as plain Markdown + llms.txt if you'd rather skip MCP entirely: see agentwikis.com/for-agents.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Your team's shared, verified knowledge for AI agents: ask what's true, record what you learn.
Persistent docs and memory for AI agents — read, write, organize & search a shared workspace.
Shared knowledge base for AI agents. Semantic search across agents, no setup required — just a URL.
- hiveWikiOAuthai.hivewiki
Shared project wiki for AI agents: read and write pages, next actions, and activity logs over MCP.
Related MCP Servers
- FlicenseAqualityCmaintenanceProvides MCP-compatible AI agents with read access to a LifeOS knowledge base, exposing identity, preferences, projects, wiki, skills, and rules via tools and resources.17-
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to read, edit, and manage Wikidocs books and blogs, including page CRUD operations, keyword search, and image uploads.10-
- AlicenseAqualityCmaintenanceProvides read-only tools to search, read, and look up Natural API documentation from an AI agent, enabling documentation lookup without credentials.4MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to read, search, and write to a public wiki knowledge base via MCP.MIT