We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BeehiveInnovations/pal-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
claude_config_example.json•399 B
{
"comment": "Example Claude Desktop configuration for PAL MCP Server",
"comment2": "Run './run-server.sh -c' to get the exact configuration for your system",
"comment3": "For platform-specific examples, see the examples/ directory",
"mcpServers": {
"pal": {
"command": "/path/to/pal-mcp-server/.pal_venv/bin/python",
"args": ["/path/to/pal-mcp-server/server.py"]
}
}
}