Files
open-agent-library/mcp/servers.json
2026-01-23 00:06:59 +00:00

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
}
}