1
0
Fork 0
gnu-plus-dotfiles/dot_omp/private_agent/mcp.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"
]
}
}
}