Files
noteflow/.mcp.json

20 lines
369 B
JSON

{
"mcpServers": {
"lightrag-mcp": {
"type": "sse",
"url": "http://192.168.50.185:8150/sse"
},
"firecrawl": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"firecrawl-mcp"
],
"env": {
"FIRECRAWL_API_URL": "http://crawl.toy",
"FIRECRAWL_API_KEY": "dummy-key"
}
}
}
}