You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-37Lines changed: 4 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,49 +143,16 @@ opencode run "your prompt" --model cursor-acp/sonnet-4.5
143
143
144
144
## MCP Tool Bridge
145
145
146
-
The plugin bridges MCP (Model Context Protocol) servers into Cursor models via a `mcptool` CLI. Any MCP server configured in `opencode.json` becomes callable through cursor-agent's Shell tool.
Any MCP servers already configured in your `opencode.json` work automatically with cursor-acp models — no extra setup needed. The plugin discovers them at startup and injects usage instructions into the system prompt so the model calls them via cursor-agent's Shell tool.
172
147
173
148
```bash
174
-
mcptool servers # list configured servers
149
+
mcptool servers # list discovered servers
175
150
mcptool tools [server] # list available tools
176
-
mcptool call hybrid-memory memory_stats # call a tool
151
+
mcptool call hybrid-memory memory_stats # call a tool manually
-**@modelcontextprotocol/server-everything** — MCP test/reference server
155
+
Any MCP server using stdio transport works. Tested with hybrid-memory, @modelcontextprotocol/server-filesystem, @playwright/mcp, and @modelcontextprotocol/server-everything.
0 commit comments