MCP servers
MCP
.kimi-code/mcp.json
Vendor docs
config
| name | type | required | meaning | concept | |
|---|---|---|---|---|---|
| args | string | docs ↗ | |||
| bearerTokenEnvVar | string |
Name of an environment variable that contains a bearer token
|
docs ↗ | ||
| command | string | docs ↗ | |||
| cwd | string |
Working directory for the child process
|
docs ↗ | ||
| disabledTools | string |
Tool blocklist
|
docs ↗ | ||
| enabled | string |
Set to `false` to disable this server
|
docs ↗ | ||
| enabledTools | string |
Tool allowlist
|
docs ↗ | ||
| env | string |
Environment variables injected into the child process
|
docs ↗ | ||
| headers | string |
Static request headers appended to every request
|
docs ↗ | ||
| startupTimeoutMs | string |
Connection timeout from `1` to `2147483647` milliseconds; default `30000`
|
docs ↗ | ||
| toolTimeoutMs | string |
Timeout from `1` to `2147483647` milliseconds for a single tool call
|
docs ↗ | ||
| transport | string | docs ↗ | |||
| url | string | docs ↗ |