We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/freevisionsk/registeruz-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mise.toml•340 B
[tools]
python = "3.12.11"
uv = "latest"
[tasks.dev]
description = "Run MCP server in development mode with inspector"
run = "uv run fastmcp dev registeruz_mcp.py"
[tasks.run]
description = "Run MCP server locally (STDIO transport)"
run = "uv run python registeruz_mcp.py"
[tasks.test]
description = "Run tests"
run = "uv run pytest -v"