@xbuildy/wave-compute-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@xbuildy/wave-compute-mcpList my Base44 backend functions"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@xbuildy/wave-compute-mcp
The only MCP that gives Cursor developers access to Base44 backend management + decentralized GPU compute via Theta EdgeCloud.
Install
Cursor (stdio — recommended)
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"wave-compute": {
"command": "npx",
"args": ["-y", "@xbuildy/wave-compute-mcp"]
}
}
}Cursor (SSE — Railway-hosted)
{
"mcpServers": {
"wave-compute": {
"url": "https://dependable-energy-production.up.railway.app/sse"
}
}
}Related MCP server: @willpowell8/cursor-cloud-agent-mcp
Tools (28)
6 b44_* — Base44 entity CRUD, function deploy/logs (no Wave OS account needed)
8 theta_* — Theta GPU compute, AI chat, image/video generation (requires Wave OS account)
14 wave_* — Wave OS Assistant remote control (Eddie's personal setup)
Publishing
npm login
npm publish --access publicArchitecture
Cursor → npx @xbuildy/wave-compute-mcp (stdio)
↓
oswave.io/api/functions/mcpRouter (Base44 backend)
↓
┌──────────┼──────────┐
b44_* theta_* wave_*
(Base44) (Theta GPU) (Wave Assistant)MIT License. Built by xBuildy.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/xBuildy/wave-mcp-sse'
If you have feedback or need assistance with the MCP directory API, please join our Discord server