Server data from the Official MCP Registry
Security-first, read-only-by-default MCP server for ActivityPub and the Fediverse.
Security-first, read-only-by-default MCP server for ActivityPub and the Fediverse.
This is a well-architected ActivityPub MCP server with strong security-conscious design. Write operations are opt-in and gated behind explicit configuration and authentication. The codebase demonstrates good defensive practices: input validation via Zod, comprehensive audit logging, rate limiting, proper credential handling via environment variables, and careful content sanitization. Minor code quality observations noted but do not materially impact security posture. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: ACTIVITYPUB_ENABLE_WRITES
Environment variable: LOG_LEVEL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-cameronrye-activitypub-mcp": {
"env": {
"LOG_LEVEL": "your-log-level-here",
"ACTIVITYPUB_ENABLE_WRITES": "your-activitypub-enable-writes-here"
},
"args": [
"-y",
"activitypub-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.