{
"mcpServers": {
"Whissle": {
// Path to your Python interpreter in the virtual environment
// Replace with your actual venv path: <project_root>/venv/bin/python
"command": "/path/to/your/venv/bin/python",
// Path to the server.py file
// Replace with your actual path: <project_root>/whissle_mcp/server.py
"args": [
"/path/to/whissle_mcp/server.py"
],
// Environment variables required by the server
"env": {
// Your Whissle API authentication token
// Replace with your actual token from .env file
"WHISSLE_AUTH_TOKEN": "insert_auth_token_here"
}
}
}
}
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/WhissleAI/whissle-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server