Skip to main content
GET
/
v1
/
config
/
mcp
cURL
curl --request GET \
  --url http://localhost:2468/v1/config/mcp
{
  "command": "<unknown>",
  "type": "local",
  "args": [
    "<string>"
  ],
  "cwd": "<string>",
  "enabled": true,
  "env": {},
  "timeoutMs": 1
}

Query Parameters

directory
string
required

Target directory

mcpName
string
required

MCP entry name

Response

MCP entry

command
any
required
type
enum<string>
required
Available options:
local
args
string[]
cwd
string | null
enabled
boolean | null
env
object
timeoutMs
integer<int64> | null
Required range: x >= 0