Skip to main content
Glama
smithery.yaml1.19 kB
# Smithery configuration file: https://smithery.ai/docs/config#smitheryyaml startCommand: type: stdio configSchema: # JSON Schema defining the configuration options for the MCP. type: object required: - giteePersonalAccessToken properties: giteePersonalAccessToken: type: string description: Gitee personal access token, required for authentication. giteeApiBaseUrl: type: string default: https://gitee.com/api/v5 description: Optional Gitee API base URL debug: type: boolean description: Enable debug mode commandFunction: # A JS function that produces the CLI command based on the given config to start the MCP on stdio. |- (config) => ({ command: 'node', args: ['dist/bin.js'], env: { GITEE_PERSONAL_ACCESS_TOKEN: config.giteePersonalAccessToken, GITEE_API_BASE_URL: config.giteeApiBaseUrl || 'https://gitee.com/api/v5', DEBUG: config.debug === true ? 'true' : undefined } }) exampleConfig: giteePersonalAccessToken: <YOUR_GITEE_PERSONAL_ACCESS_TOKEN> giteeApiBaseUrl: https://gitee.com/api/v5 debug: false

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/normal-coder/gitee-mcp-server'

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