antientropy-mcp
Provides access to over 140 articles from the AntiEntropy Resource Portal covering nonprofit governance, compliance, and HR policies. It enables users to search, browse categories, and read full article content through an MCP-compatible client.
Ask AI about antientropy-mcp
Powered by Claude Β· Grounded in docs
I know everything about antientropy-mcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
antientropy-mcp
MCP server for searching and reading articles from the AntiEntropy Resource Portal. Gives Claude Code (or any MCP client) access to 140+ articles on nonprofit governance, compliance, HR policies, and fiscal sponsorship.
Tools
- antientropy_glob β find articles by title/category path (
*policy*,Governance*/**) - antientropy_grep β regex search across article content, ripgrep-style output
- antientropy_read β read an article by slug with line numbers
- antientropy_categories β browse the full category tree
Usage
Remote (hosted on Fly.io)
claude mcp add --transport http antientropy https://antientropy-mcp.fly.dev/mcp
Local (stdio)
claude mcp add antientropy -- uv run --directory /path/to/antientropy-mcp python -m antientropy_mcp
Populate the cache on first use:
uv run antientropy-sync
Articles are cached locally (~~/.antientropy-mcp). The remote server syncs daily via cron.
Development
uv sync
uv run pytest
Deploy
flyctl deploy
Requires a Fly.io volume named data mounted at /data. See fly.toml for config.
