We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fr0ster/mcp-abap-adt'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
MCP_REGISTRY.md•803 B
# MCP Registry Publishing
This project is published in the official MCP Registry.
## Prerequisites
- Install `mcp-publisher` (see official docs).
- Ensure the npm package is published and contains `mcpName` in `package.json`.
## Required Metadata
- `server.json` in the repository root
- `mcpName` in `package.json`
Expected values:
- Registry name: `io.github.fr0ster/mcp-abap-adt`
- npm package: `@mcp-abap-adt/core` (stdio)
## Publish
```bash
mcp-publisher login github
mcp-publisher publish
```
## Verify
```bash
curl "https://registry.modelcontextprotocol.io/v0/servers?search=io.github.fr0ster/mcp-abap-adt"
```
## Notes
- Keep `server.json` version in sync with the npm package version.
- If publish fails with “missing mcpName”, publish a new npm version that includes `mcpName`.