Skip to main content
Glama
atrax.config.json1.15 kB
{ "port": 4000, "host": "localhost", "auth": { "type": "none" }, "mcpServers": { "filesystem": { "transportType": "docker", "command": "docker", "args": [ "run", "-i", "--rm", "--mount", "type=bind,src=/Users/metcalfc/src,dst=/projects/src", "mcp/filesystem", "/projects" ], "description": "File system MCP server", "tags": ["filesystem", "storage"] }, "git": { "transportType": "docker", "command": "docker", "args": [ "run", "--rm", "-i", "-e", "GIT_USER_NAME=\"Chad Metcalf\"", "-e", "GIT_USER_EMAIL=metcalfc@gmail.com", "--mount", "type=bind,src=/Users/metcalfc/src,dst=/projects/src", "metcalfc/mcp-git-test:fixed" ], "description": "Git MCP server", "tags": ["git", "version-control"] }, "memory": { "transportType": "docker", "command": "docker", "args": ["run", "-i", "--rm", "mcp/memory"], "description": "In-memory MCP server", "tags": ["memory", "storage"] } } }

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/metcalfc/atrax'

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