Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From composure
Local Node.js MCP server with SQLite-backed graph database for data storage, queries, and graph operations. Runs as a subprocess.
npx claudepluginhub hrconsultnj/claude-plugins --plugin composureCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"composure-graph": {
"command": "node",
"args": [
"--experimental-sqlite",
"${CLAUDE_PLUGIN_ROOT}/graph/dist/server.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.