We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SylphxAI/pdf-reader-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"sylphx-flow": {
"type": "stdio",
"command": "npx",
"args": ["-y", "github:SylphxAI/flow", "mcp", "start", "--disable-memory"],
"env": {
"OPENAI_API_KEY": "",
"OPENAI_BASE_URL": "https://api.openai.com/v1",
"EMBEDDING_MODEL": "text-embedding-3-small"
}
},
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp"
},
"grep": {
"type": "http",
"url": "https://mcp.grep.app"
}
}
}