Skip to main content
Glama
settings.json892 B
{ "mcpServers": { "one-mcp": { "command": "bun", "args": ["run", "packages/one-mcp/src/cli.ts", "mcp-serve", "--config", "mcp-config.yaml"], "env": { }, "timeout": 30000, "trust": false } }, "tools": { "enableMessageBusIntegration": true, "enableHooks": true }, "hooks": { "BeforeTool": [ { "matcher": "write_file|replace", "hooks": [ { "type": "Command", "command": "bun run ./packages/architect-mcp/src/cli.ts get-file-design-pattern --hook gemini-cli" } ] } ], "AfterTool": [ { "matcher": "write_file|replace", "hooks": [ { "type": "Command", "command": "bun run ./packages/architect-mcp/src/cli.ts review-code-change --hook gemini-cli" } ] } ] } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgiFlow/aicode-toolkit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server