We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/maxtheman/mcpManager'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
agents.md•532 B
# Agent Notes (Mx)
This repo is a local MCP gateway + CLI for:
- Centralizing MCP server configuration into a single `Mx` entry
- Managing a local Playwright pool lock (parallelism without tab spam)
- Providing thin bridges to vendor CLIs (Claude now, Codex later)
- Validating/analyzing/syncing local “skills” and command packs
Focus areas:
- Keep tool surfaces stable (names + input/output JSON)
- Prefer small, composable modules in `apps/gateway/src/core/*`
- Treat `apps/gateway/src/entry/*` as orchestration (thin glue)