Skip to content

MCP Integration

Axiom Wiki exposes all its tools as an MCP server for use with Claude Code, Cursor, or any MCP-compatible client.

Step 1. Add to your Claude Code MCP config (.claude/mcp_settings.json):

{
"axiom-wiki": {
"command": "axiom-wiki",
"args": ["mcp"],
"env": {}
}
}

Or with npx (no global install required):

{
"axiom-wiki": {
"command": "npx",
"args": ["axiom-wiki", "mcp"],
"env": {}
}
}

Step 2. Restart Claude Code.

ToolDescription
read_pageRead any wiki page
write_pageCreate or update a page
search_wikiFull-text search across all pages
list_pagesBrowse the wiki catalog
ingest_sourceProcess a raw file into the wiki
get_statusWiki statistics
lint_wikiHealth check data
update_indexRebuild the wiki index
append_logAdd a log entry
list_sourcesAll ingested sources with dates
get_sourceRead a source’s wiki summary
remove_sourceRemove a source summary page
get_contradictionsFind all unresolved contradictions
resolve_contradictionApply a resolution
analyze_graphFind orphan pages and dead links