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_wsl.json•438 B
{
"comment": "Windows configuration using WSL with standalone server",
"comment2": "Run './run-server.sh' in WSL to set up the environment and get exact paths",
"comment3": "Use './run-server.sh -c' to display the correct configuration",
"mcpServers": {
"pal": {
"command": "wsl.exe",
"args": [
"/path/to/pal-mcp-server/.pal_venv/bin/python",
"/path/to/pal-mcp-server/server.py"
]
}
}
}