We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/arabold/docs-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
proposal.md•751 B
# Change: Fix MCP Naming and Cursor Config
## Why
Consistency in naming the MCP server ("docs-mcp-server") avoids confusion. Cursor specifically works better with `streamableHttp` transport type, so documentation should reflect this best practice.
## What Changes
- Update `docs/guides/mcp-clients.md`:
- Replace all occurrences of `"docs": {` with `"docs-mcp-server": {`.
- Change Cursor configuration to use `"type": "streamableHttp"`.
- Update `docs/setup/installation.md`:
- Replace `"docs": {` with `"docs-mcp-server": {` in the configuration example.
- Update the Cursor example to use `"type": "streamableHttp"`.
## Impact
- Affected specs: `documentation`
- Affected code: `docs/guides/mcp-clients.md`, `docs/setup/installation.md`