@agent-wiki/mcp-server
Freeby MCP Community
Agent-driven knowledge base — immutable raw sources + mutable wiki + self-checking lint. MCP server, no LLM needed.
v0.10.0Added Apr 12, 2026
mcpwikiknowledge-baseagentmarkdown
@agent-wiki/mcp-server MCP Server
Agent-driven knowledge base — immutable raw sources + mutable wiki + self-checking lint. MCP server, no LLM needed.
Installation
Reviews
Installation
Quick install
npx -y @agent-wiki/mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"@agent-wiki/mcp-server": {
"command": "npx",
"args": ["-y", "@agent-wiki/mcp-server"]
}
}
}