From graphjin-mcp
GraphJin MCP server enables GraphQL queries and schema access for PostgreSQL databases. Runs locally via stdio; requires config file (default ./config) with DB connection details.
npx claudepluginhub dosco/graphjin --plugin graphjin-mcpAdd to your .mcp.json:
{
"mcpServers": {
"graphjin": {
"command": "graphjin",
"args": [
"mcp",
"--path",
"${GRAPHJIN_CONFIG_PATH:-./config}"
]
}
}
}graphjin