add config.json

configuring MCP services
This commit is contained in:
WieErWill 2025-06-11 19:13:50 +00:00
parent 75960a368c
commit c4fe433313

27
config.json Normal file
View File

@ -0,0 +1,27 @@
{
"globalShortcut": "Ctrl+Space",
"mcpServers": {
"sqlite": {
"command": "uvx",
"args": [
"mcp-server-sqlite",
"--db-path",
"./Car_Database.db"
]
},
"ddg-search": {
"command": "uvx",
"args": [
"duckduckgo-mcp-server"
]
},
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"./ollama-mcp"
]
}
}
}