You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

71 lines
1.2 KiB

{
"mcpServers": {
"fetch": {
"type": "sse",
"url": "http://localhost:8001/sse",
"disabled": false,
"alwaysAllow": [
"fetch"
]
},
"google-search": {
"url": "http://localhost:8002/sse",
"disabled": true,
"alwaysAllow": [
"google_search"
]
},
"telegram": {
"url": "http://localhost:8003/sse",
"disabled": true,
"alwaysAllow": []
},
"context7": {
"url": "http://localhost:8004/sse",
"disabled": false,
"alwaysAllow": []
},
"excel": {
"url": "http://localhost:8009/sse",
"disabled": true,
"alwaysAllow": []
},
"brave-search": {
"url": "http://localhost:8010/sse",
"disabled": false,
"alwaysAllow": [
"brave_web_search"
]
},
"blender-mcp": {
"disabled": true,
"command": "uvx",
"args": [
"/home/chodak/src/git/blender-mcp"
],
"alwaysAllow": [
"get_scene_info",
"get_object_info",
"execute_blender_code"
]
},
"gimp": {
"command": "uv",
"args": [
"run",
"--directory",
"/home/chodak/src/git/gimp-mcp",
"gimp_mcp_server.py"
],
"alwaysAllow": [
"get_gimp_info"
],
"disabled": true
},
"cloudflare-docs": {
"type": "sse",
"url": "https://docs.mcp.cloudflare.com/sse",
"disabled": true
}
}
}