add config.json
configuring MCP services
This commit is contained in:
parent
75960a368c
commit
c4fe433313
27
config.json
Normal file
27
config.json
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user