From subcog
Runs locally as a stdio MCP server using the 'subcog serve' command. Extends Claude Code with Subcog's tools, data sources, or prompt templates. Specific capabilities unclear from configuration.
npx claudepluginhub zircote/subcogAdd to your .mcp.json:
{
"mcpServers": {
"subcog": {
"command": "subcog",
"args": [
"serve"
]
}
}
}subcog