Installation & Configuration
{
"mcpServers": {
"root-signals": {
"url": "http://localhost:9090/sse"
},
"root-signals-stdio": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/root-signals/root-signals-mcp.git",
"stdio"
],
"env": {
"ROOT_SIGNALS_API_KEY": "<myAPIKey>"
}
}
}
}