21 lines
426 B
JSON
21 lines
426 B
JSON
{
|
|
"morph": {
|
|
"type": "local",
|
|
"command": [
|
|
"npx",
|
|
"-y",
|
|
"@morphllm/morphmcp"
|
|
],
|
|
"env": {
|
|
"MORPH_API_KEY": "sk-U0FMInHyXd_hrrLqU84IU8ZGYVbxDB2hw7Su8cHpEkTtIHfZ",
|
|
"ENABLED_TOOLS": "edit_file,warpgrep_codebase_search"
|
|
},
|
|
"enabled": true
|
|
},
|
|
"example-remote-mcp": {
|
|
"type": "remote",
|
|
"url": "https://example.com/mcp",
|
|
"headers": {},
|
|
"enabled": false
|
|
}
|
|
} |