Markdown Vault MCP
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
io.github.cameronrye/activitypub-mcp · v3.2.1
Read-only-by-default MCP server: let LLMs explore the Fediverse — Mastodon, Misskey, Pleroma.
activitypub-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"activitypub-mcp": {
"command": "npx",
"args": [
"-y",
"activitypub-mcp"
]
}
}
}ACTIVITYPUB_ENABLE_WRITES可选Enable write/mutation tools (post, reply, follow, boost, block). Off by default: read-only unless set to 'true'. See SECURITY.md.
LOG_LEVEL可选Logging verbosity: debug, info, warn, or error.
{
"id": "io.github.cameronrye/activitypub-mcp",
"type": "mcp-server",
"version": "3.2.1",
"displayName": "activitypub-mcp",
"description": "Read-only-by-default MCP server: let LLMs explore the Fediverse — Mastodon, Misskey, Pleroma.",
"repository": {
"url": "https://github.com/cameronrye/activitypub-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "activitypub-mcp",
"version": "3.2.1",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "ACTIVITYPUB_ENABLE_WRITES",
"description": "Enable write/mutation tools (post, reply, follow, boost, block). Off by default: read-only unless set to 'true'. See SECURITY.md."
},
{
"name": "LOG_LEVEL",
"description": "Logging verbosity: debug, info, warn, or error."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.cameronrye/activitypub-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.cameronrye%2Factivitypub-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}