diff --git a/config.json b/config.json new file mode 100644 index 0000000..71e030e --- /dev/null +++ b/config.json @@ -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" + ] + } + } +} \ No newline at end of file