mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2026-02-09 08:14:23 +01:00
26 lines
445 B
JSON
26 lines
445 B
JSON
{
|
|
"mcpServers": {
|
|
"sqlite": {
|
|
"command": "uvx",
|
|
"args": ["mcp-server-sqlite", "--db-path", "test.db"]
|
|
},
|
|
"mcp-crypto-price": {
|
|
"command": "node",
|
|
"args": [
|
|
"../../mcp-crypto-price/build/index.js"
|
|
]
|
|
},
|
|
"Echo": {
|
|
"command": "uv",
|
|
"args": [
|
|
"run",
|
|
"--with",
|
|
"mcp[cli]",
|
|
"mcp",
|
|
"run",
|
|
"tests/mcp_server.py"
|
|
]
|
|
}
|
|
}
|
|
}
|