Add concrete Claude Desktop and Cursor MCP configs
This commit is contained in:
parent
a5cde71b37
commit
57dae52cc2
5 changed files with 25 additions and 0 deletions
8
examples/claude_desktop_mcp_config.json
Normal file
8
examples/claude_desktop_mcp_config.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"mcpServers": {
|
||||
"pyro": {
|
||||
"command": "uvx",
|
||||
"args": ["--from", "pyro-mcp", "pyro", "mcp", "serve"]
|
||||
}
|
||||
}
|
||||
}
|
||||
8
examples/cursor_mcp_config.json
Normal file
8
examples/cursor_mcp_config.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"mcpServers": {
|
||||
"pyro": {
|
||||
"command": "uvx",
|
||||
"args": ["--from", "pyro-mcp", "pyro", "mcp", "serve"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -33,3 +33,8 @@ Primary tool for most agents:
|
|||
- `vm_run`
|
||||
|
||||
Use lifecycle tools only when the agent needs persistent VM state across multiple tool calls.
|
||||
|
||||
Concrete client-specific examples:
|
||||
|
||||
- Claude Desktop: [examples/claude_desktop_mcp_config.json](/home/thales/projects/personal/pyro/examples/claude_desktop_mcp_config.json)
|
||||
- Cursor: [examples/cursor_mcp_config.json](/home/thales/projects/personal/pyro/examples/cursor_mcp_config.json)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue