We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Traia-IO/nikola-test-mcp-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"include": [
"server.py",
"mcp_health_check.py"
],
"exclude": [
"**/__pycache__",
".venv",
"**/*.pyc"
],
"extraPaths": [
"../../../../IATP/src",
"/Users/eitanlavi/workspace/traia/IATP/src"
],
"pythonVersion": "3.12",
"typeCheckingMode": "basic",
"reportMissingImports": true,
"reportMissingTypeStubs": false,
"venvPath": ".",
"venv": ".venv"
}