Config file reference
Location
Schema
{
"mcpServers": {
"<name>": <ServerConfig>,
...
}
}ServerConfig
Stdio server
{
"command": "npx",
"args": ["-y", "package-name"],
"env": {
"KEY": "value"
}
}Field
Type
Default
Description
HTTP server
Field
Type
Default
Description
Type detection
Environment variable substitution
Reserved names
Auth store
Last updated
Was this helpful?