Skip to main content
PUT
/
v1
/
config
/
mcp
cURL
curl --request PUT \
  --url http://localhost:2468/v1/config/mcp \
  --header 'Content-Type: application/json' \
  --data '
{
  "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

Body

application/json
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

Response

204

Stored