Project Files
docs / mcp.json
{
"mcpServers": {
"hf-mcp-server": {
"url": "https://huggingface.co/mcp",
"headers": {
"Authorization": "Bearer hf_token"
}
},
"libre-local": {
"command": "node",
"args": [
"D:\\LMS-src\\LHM-MCP\\index.js"
]
},
"weather": {
"command": "npx",
"args": [
"-y",
"@dangahagan/weather-mcp"
]
},
"image-search": {
"command": "D:\\Github\\semantic-image-search-mcp\\.venv\\Scripts\\python.exe",
"args": [
"D:\\Github\\semantic-image-search-mcp\\run_server.py",
"--directory",
"F:\\DCIM\\"
]
},
"chrome-devtools": {
"command": "npx",
"args": [
"-y",
"chrome-devtools-mcp@latest"
]
},
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"E:\\AI\\PLUGINS"
]
},
"telegram-bridge": {
"command": "node",
"args": [
"D:/LMS-src/Cline/mcp-telegram/build/index.js"
],
"env": {
"TELEGRAM_TOKEN": "token_from_BotFather",
"YOUR_CHAT_ID": "222..222"
}
}
}
}