Loading MCP server directory, please wait...
Send and receive fmsg federated messages from any AI agent via a deployed fmsg Web API
npx @getmcp/cli add io.github.markmnl/fmsg-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
FMSG_API_URLBase URL of the fmsg Web API
FMSG_API_KEYfmsg API key (fmsgk_...) for the address to send as
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.markmnl/fmsg-mcp": {
"command": "npx",
"args": [
"-y",
"@markmnl/fmsg-mcp"
],
"env": {
"FMSG_API_URL": "",
"FMSG_API_KEY": "",
"FMSG_DEFAULT_DOMAIN": ""
}
}
}
}