2 months ago
Server Config
{
"mcpServers": {
"receiptsapi": {
"command": "python",
"args": [
"/path/to/mcp_server.py"
],
"env": {
"MCP_API_KEY": "your_key_here"
}
}
}
}{
"mcpServers": {
"receiptsapi": {
"command": "python",
"args": [
"/path/to/mcp_server.py"
],
"env": {
"MCP_API_KEY": "your_key_here"
}
}
}
}