Skip to main content
Glama

Huawei CCE MCP Server

0
1
config-example.json825 B
{ "mcpServers": { "everything": { "command": "npx", "args": [ "@modelcontextprotocol/server-everything" ], "env": { "hello": "Hello MCP!" } }, "huawei-cce": { "command": "node", "args": [ "/home/user1/work/git-repo/try-cce-gitlab/dist/index.js" ], "env": { "HUAWEI_CCE_AUTH_TOKEN": "your huawei token", "LOG_FILE_PATH": "/home/user1/work/git-repo/try-cce-gitlab/log.txt" } }, "weather-server": { "command": "python3", "args": [ "/home/user1/work/git-repo/quickstart-resources/weather-server-python/weather.py" ] } } }

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/TehilaTheStudent/try-cce-gitlab'

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