Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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/subcogCopy 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
Share bugs, ideas, or general feedback.