Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From composure
Runs locally as a Node.js subprocess with experimental SQLite support from the Cortex bundle. Provides data resources to Claude Code.
npx claudepluginhub hrconsultnj/claude-plugins --plugin composureCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"composure-cortex": {
"command": "node",
"args": [
"--experimental-sqlite",
"${CLAUDE_PLUGIN_ROOT}/cortex/dist/server.bundle.js"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Declared capabilities of this MCP server
Share bugs, ideas, or general feedback.