data-ai MCP Server
MCP server for OpenCode AI — 70 tools, 10 resources, 5 prompts. Use npx opencode-mcp with Claude Desktop, Claude Code, Cursor, Windsurf, or any MCP client.
Discovered via github-seeds:mcp-hot and last synced 3mo ago.
1. Install the package
npx opencode-mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"opencode-mcp": {
"command": "npx",
"args": [
"opencode-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Review diffs from a session
*(none)*
Send a task and wait for completion (session + async send + polling)
Health + providers + sessions + VCS dashboard
Get/update configuration
Setup, tool selection, monitoring, and pitfalls
Fire-and-forget: dispatch a task, return immediately
Count
List and inspect projects
Summarize what happened in a session
Create session + send prompt + get answer. One call.
Poll an async session until it finishes
Remote-control the OpenCode terminal UI
Get oriented in a new project
Compact progress report for a running session (status, todos, files changed)
Health, VCS, LSP, MCP servers, agents, logging
Poll real-time SSE events
Default
What it does
Project + VCS + config + agents in one call
Follow-up message in an existing session
Quick-test whether a provider is working
Have OpenCode build a feature
*(none)*
Get formatted conversation history
Create, list, fork, share, abort, revert, permissions
Description
`http://127.0.0.1:4096`
Quick overview of all sessions
Check server health, providers, and project status. Use first.
Formatted diff summary for a session
Step-by-step debugging workflow
`true`
*(none)*
List providers/models, set API keys, OAuth
Description
`opencode`