Developer Tools
waveassist.ai
Manages the lifecycle of WaveAssist AI agents, including authentication, project listing, and deployment.
ENDPOINT 1
https://mcp.waveassist.ai/mcp
MCP server metadata
- Name
- waveassist
- Version
- 1.29.0
Known tools 11
waveassist_build_guideReturn the WaveAssist agent-authoring guide (the build brain).
Inferred read-onlywaveassist_statusShow login status (configured UID + API base) and the agents this machine has built with WaveAgent (from the local registry).
Inferred read-onlywaveassist_list_projectsList the WaveAssist projects in your account (live, server-side) — and double as a connectivity check.
Inferred read-onlywaveassist_deploy_agentCreate or update a WaveAssist agent and install its nodes — UNARMED (the schedule does NOT fire yet).
Potential side effectswaveassist_set_keyStore an integration key/secret in the agent's key-value store, in BOTH the default and test environments (so test runs and live runs both see it).
Inferred read-onlywaveassist_test_agentDry-run the agent on WaveAssist infra against its TEST environment.
Inferred read-onlywaveassist_run_agentRun the LIVE agent once, right now, against its DEFAULT environment.
Inferred read-onlywaveassist_run_logsFetch recent run statuses (and node-level tracebacks for a specific dag_run_id) to debug a failing agent.
Inferred read-onlywaveassist_arm_scheduleArm the recurring schedule for a TESTED agent — it will now run on its cron/interval.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.waveassist]
url = "https://mcp.waveassist.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"waveassist": {
"type": "http",
"url": "https://mcp.waveassist.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: waveassist
Remote MCP URL: https://mcp.waveassist.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"waveassist": {
"url": "https://mcp.waveassist.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"waveassist": {
"type": "http",
"url": "https://mcp.waveassist.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "waveassist",
"transport": "streamable-http",
"url": "https://mcp.waveassist.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.