Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub netzkontrast/agency --plugin agencyCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"agency": {
"command": "agency-mcp",
"env": {
"AGENCY_DB": "${CLAUDE_PROJECT_DIR}/.agency/session.db",
"JULES_API_KEY": "${user_config.jules_api_key}"
}
}
}
}Replace placeholder values for: JULES_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
agency-mcp${CLAUDE_PROJECT_DIR}Environment variables set when the server starts
AGENCY_DB=${CLAUDE_PROJECT_DIR}/.agency/session.dbJULES_API_KEY=${user_config.jules_api_key}Sensitive values you must provide — never committed to source control