Add concrete Claude Desktop and Cursor MCP configs

This commit is contained in:
Thales Maciel 2026-03-08 13:41:47 -03:00
parent a5cde71b37
commit 57dae52cc2
5 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{
"mcpServers": {
"pyro": {
"command": "uvx",
"args": ["--from", "pyro-mcp", "pyro", "mcp", "serve"]
}
}
}