Loading MCP server directory, please wait...
The backlog that hands out the work: multi-agent task coordination — leases, claims, gates.
npx @getmcp/cli add com.fordycecg/my-fordyceRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationFordyce API key as a bearer token, e.g. 'Bearer fdy_...'. Mint a key on the Connect page at https://myfordyce.fordycecg.com/connect — which also offers one-URL OAuth sign-in if you'd rather not manage a key at all. Header-only: keys are never accepted in the URL.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.fordycecg/my-fordyce": {
"url": "https://myfordyce.fordycecg.com/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": ""
}
}
}
}