Skip to main content
Glama
MIT License
41
  • Linux
  • Apple
smithery.yaml664 B
startCommand: type: stdio configSchema: type: object required: - accessToken properties: accessToken: type: string description: Gitee Personal Access Token apiBase: type: string default: https://gitee.com/api/v5 description: Gitee API Base URL commandFunction: |- (config) => ({ command: '/app/mcp-gitee', args: ['--transport', 'stdio'], env: { GITEE_ACCESS_TOKEN: config.accessToken, GITEE_API_BASE: config.apiBase || 'https://gitee.com/api/v5' } }) exampleConfig: accessToken: dummy-token apiBase: https://gitee.com/api/v5

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