Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"jiegou": {
"command": "bun",
"args": [
"src/server.ts"
],
"env": {
"JIEGOU_API_KEY": "<your-jiegou-api-key>",
"JIEGOU_ACCOUNT_ID": ""
}
}
}
}Replace placeholder values for: JIEGOU_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
bunCommand-line arguments passed to the server process
Environment variables set when the server starts
JIEGOU_API_KEY=JIEGOU_ACCOUNT_ID=Sensitive values you must provide — never committed to source control
npx claudepluginhub jiegouai/claude-code-plugin --plugin jiegou