We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nkapila6/mcp-local-rag'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "MCP Local Rag Dev Container",
"image": "mcr.microsoft.com/devcontainers/python:3.10",
"features": {
"ghcr.io/va-h/devcontainers-features/uv:1": {}
},
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-vsliveshare.vsliveshare",
"VisualStudioExptTeam.vscodeintellicode",
"eamodio.gitlens",
"usernamehw.errorlens",
"aaron-bond.better-comments",
"github.vscode-github-actions",
"redhat.vscode-yaml"
]
}
},
"updateContentCommand": "uv sync",
"postStartCommand": "bash .devcontainer/setup.sh"
}