We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pc035860/scratchpad-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"serena": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"git+https://github.com/oraios/serena@v0.1.4",
"serena-mcp-server",
"--context",
"ide-assistant",
"--project",
"/Users/pc035860/code/scratchpad-mcp-v2",
"--mode",
"planning"
],
"env": {}
}
}
}