Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"graphjin": {
"command": "graphjin",
"args": [
"mcp",
"--path",
"${GRAPHJIN_CONFIG_PATH:-./config}"
]
}
}
}Server configuration and connection parameters
graphjinCommand-line arguments passed to the server process
npx claudepluginhub dosco/graphjin --plugin graphjin-mcp