Where does the bug appear (feature/product)?
Cursor CLI
Describe the Bug
No mcp tools available in CI mode
Steps to Reproduce
root@061a9c31eaac:/workspaces/task-bug# agent create-chat
9fc70ebd-2e0b-4971-8d42-ab211339d611
root@061a9c31eaac:/workspaces/task-bug# agent --resume=9fc70ebd-2e0b-4971-8d42-ab211339d611 --approve-mcps --force -p "please list your mcp tools"
Here is what applies in **this** session:
### What I can see
- There is **no** built-in “list all MCP tools” call on my side. Tools are whatever Cursor wires into the agent; I only know them from the **tool definitions I was given** for this chat.
- **`list_mcp_resources` / `fetch_mcp_resource`** are MCP-related, but they deal with **MCP resources** (URIs you can read/download), not the tool catalog. I ran `list_mcp_resources` here and got **no resources**.
### Tools I can actually invoke (including MCP-ish ones)
From my current tool set, the ones that are explicitly MCP-oriented are:
| Name | Role |
|------|------|
| **`list_mcp_resources`** | List resources exposed by configured MCP servers (optional `server` filter). |
| **`fetch_mcp_resource`** | Read a resource by `server` + `uri`, or save it to the workspace via `downloadPath`. |
Everything else is the usual workspace stack (read/write files, grep, search, terminal, web search/fetch, subagents, etc.)—those are **not** labeled as MCP in the schema I see.
### If you need the full MCP tool list from Cursor
That list lives in **Cursor’s MCP configuration / UI** for your workspace (which servers are enabled and which tools they register). I can’t introspect that catalog beyond what is actually attached to this agent run.
If you tell me what you’re trying to do (e.g. browser control, ADO, DB), I can say which of **my** available tools map to that workflow.
root@061a9c31eaac:/workspaces/task-bug# agent --version
2026.04.17-787b533
root@061a9c31eaac:/workspaces/task-bug# cat ~/.cursor/mcp.json
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": [
"-y",
"chrome-devtools-mcp@latest",
"--chrome-arg=--disable-dev-shm-usage",
"--chrome-arg=--disable-gpu",
"--chrome-arg=--ignore-certificate-errors",
"--chrome-arg=--allow-insecure-localhost",
"--browser-url=http://127.0.0.1:9222"
],
"env": {
"DISPLAY": "${VIRTUAL_DISPLAY}"
}
},
"ado": {
"command": "npx",
"args": ["-y", "@azure-devops/mcp", "blzsft", "--authentication", "envvar"],
"env": {
"ADO_MCP_AUTH_TOKEN": "${ADO_MCP_AUTH_TOKEN}"
}
}
}
}
Operating System
Linux
Version Information
2026.04.17-787b533
Additional Information
Please provide a method to install history version of Cursor CLI.
Does this stop you from using Cursor
Yes - Cursor is unusable