Skip to main content
Glama
cursor.md479 B
stdio mode ```json { "mcpServers": { "gitee": { "command": "mcp-gitee", "env": { "GITEE_API_BASE": "https://gitee.com/api/v5", "GITEE_ACCESS_TOKEN": "<your personal access token>" } } } } ``` sse mode start mcp server through sse ```bash mcp-gitee -token <your personal access token> -transport sse ``` ```json { "mcpServers": { "gitee": { "url": "http://localhost:8000/sse", } } } ``` ![sse](./images/cursor.png)

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/oschina/mcp-gitee'

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