We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IBM/mcp-context-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
feature.mdโข644 B
# โจ Feature / Enhancement PR
## ๐ Epic / Issue
_Link to the epic or parent issue:_
Closes #
---
## ๐ Summary (1-2 sentences)
_What does this PR add or change?_
---
## ๐งช Checks
- [ ] `make lint` passes
- [ ] `make test` passes
- [ ] CHANGELOG updated (if user-facing)
---
## ๐ Notes (optional)
_Design sketch, screenshots, or extra context._
If the change introduces or alters an architectural decision, add or update an ADR in **`docs/docs/adr/`** and link it here._
```mermaid
%% Example diagram - delete if not needed
flowchart TD
A[Client] -->|POST /completions| B(MCPGateway)
B --> C[Completion Service]
```