mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2026-02-21 14:14:45 +01:00
15 lines
283 B
JSON
15 lines
283 B
JSON
{
|
|
"mcpServers": {
|
|
"sqlite": {
|
|
"command": "uvx",
|
|
"args": ["mcp-server-sqlite", "--db-path", "test.db"]
|
|
},
|
|
"mcp-crypto-price": {
|
|
"command": "node",
|
|
"args": [
|
|
"/Volumes/Home/~/Documents/mcp-crypto-price/build/index.js"
|
|
]
|
|
}
|
|
}
|
|
}
|