Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"subcog": {
"command": "subcog",
"args": [
"serve"
]
}
}
}Server configuration and connection parameters
subcogCommand-line arguments passed to the server process
npx claudepluginhub zircote/subcog