Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Agentwikis

FreeNot checked

Provides read-only access to curated, agent-readable knowledge bases from Agent Wikis, with tools for listing, searching, and reading documents, including a con

GitHubEmbed

About

Provides read-only access to curated, agent-readable knowledge bases from Agent Wikis, with tools for listing, searching, and reading documents, including a confidence flag for reliable information retrieval.

README

MCP server for Agent Wikis — maintained, agent-readable knowledge bases compiled from messy, fast-moving sources. Read-only, no API key, no account.

Four tools shaped for an agent's loop:

Tool What it does
list_wikis Every wiki + its declared scope (covers / not covered / current-as-of)
open_wiki One wiki's metadata + full document map — orient in a single call
search Ranked pages with a calibrated confident flag — when false, fall back to web search
read_document 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-mcp

Codex (~/.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"] } } }

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-mcp

What'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

from github.com/tonbistudio/agentwikis-mcp

Install Agentwikis in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install agentwikis-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add agentwikis-mcp -- npx -y agentwikis-mcp

FAQ

Is Agentwikis MCP free?

Yes, Agentwikis MCP is free — one-click install via Unyly at no cost.

Does Agentwikis need an API key?

No, Agentwikis runs without API keys or environment variables.

Is Agentwikis hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Agentwikis in Claude Desktop, Claude Code or Cursor?

Open Agentwikis on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Agentwikis with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs