We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pydantic/logfire-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
settings.json•232 B
{
"context_servers": {
"logfire": {
"source": "custom",
// use uv run logfire-mcp, not uvx so we use the local version
"command": "uv",
"args": ["run", "logfire-mcp"],
"enabled": true
}
}
}