MCP Server
Active
MIT
io.github.Fish-Tacos/sati-grumpy MCP Server
io.github.Fish-Tacos/sati-grumpy
What is the io.github.Fish-Tacos/sati-grumpy MCP server?
MCP commerce surface for refurbished datacenter hardware, with x402 agent-payment discovery.
How to install io.github.Fish-Tacos/sati-grumpy
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"sati-grumpy": {
"url": "https://sati-grumpy.fly.dev/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"sati-grumpy": {
"serverUrl": "https://sati-grumpy.fly.dev/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"sati-grumpy": {
"type": "http",
"url": "https://sati-grumpy.fly.dev/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"sati-grumpy": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://sati-grumpy.fly.dev/mcp"
]
}
}
}Claude Code
claude mcp add --transport http sati-grumpy https://sati-grumpy.fly.dev/mcpRelated MCP servers
TitanStore Commerce MCP
Active
MCP commerce surface for compute credits, API keys, GPU instances, and cloud storage.
0
View repository →