22 lines
No EOL
527 B
JSON
22 lines
No EOL
527 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/src/config/mcp-schema.json",
|
|
"mcpServers": {
|
|
"firecrawl": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"firecrawl-mcp"
|
|
],
|
|
"env": {
|
|
"FIRECRAWL_API_KEY": "123",
|
|
"FIRECRAWL_API_URL": "http://bazzite.local:3002"
|
|
}
|
|
},
|
|
"godot-mcp-pro": {
|
|
"command": "node",
|
|
"args": [
|
|
"/home/melon/Desktop/godot-mcp-pro-v1.16.0/server/build/index.js"
|
|
]
|
|
}
|
|
}
|
|
} |