We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jneless/tos-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"tos-mcp-server": {
"command": "uvx",
"args": ["--from", "git+https://github.com/jneless/tos-mcp.git", "tos-mcp-server"],
"env": {
"TOS_ACCESS_KEY": "{TOS_ACCESS_KEY}",
"TOS_SECRET_KEY": "{TOS_SECRET_KEY}",
"TOS_REGION": "{TOS_REGION}",
"TOS_ENDPOINT": "{TOS_ENDPOINT}"
}
}
}
}