MCP server for the Coalesce Catalog Public GraphQL API — 52 tools across 9 domains, composite workflows, full governance rollout playbook.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"coalesce-catalog-mcp": {
"command": "npx",
"args": [
"-y",
"jessemarshall/coalesce-catalog-mcp"
]
}
}
}
Run in terminal:
claude mcp add coalesce-catalog-mcp npx -y jessemarshall/coalesce-catalog-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"coalesce-catalog-mcp": {
"command": "npx",
"args": [
"-y",
"jessemarshall/coalesce-catalog-mcp"
]
}
}
}