← Back to Plugins
MCP Server MCP

io.github.cameronrye/activitypub-mcp

github By github 👁 2 views ▲ 0 votes

Read-only-by-default MCP server: let LLMs explore the Fediverse — Mastodon, Misskey, Pleroma.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "activitypub-mcp",
      "version": "3.2.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Enable write/mutation tools (post, reply, follow, boost, block). Off by default: read-only unless set to 'true'. See SECURITY.md.",
          "default": "false",
          "name": "ACTIVITYPUB_ENABLE_WRITES"
        },
        {
          "description": "Logging verbosity: debug, info, warn, or error.",
          "default": "info",
          "name": "LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...