mirror of
https://github.com/coleam00/Archon.git
synced 2026-01-01 20:28:43 -05:00
The New Archon (Beta) - The Operating System for AI Coding Assistants!
This commit is contained in:
17
original_archon/agent-resources/mcps/sqlite.json
Normal file
17
original_archon/agent-resources/mcps/sqlite.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"sqlite": {
|
||||
"command": "docker",
|
||||
"args": [
|
||||
"run",
|
||||
"--rm",
|
||||
"-i",
|
||||
"-v",
|
||||
"mcp-test:/mcp",
|
||||
"mcp/sqlite",
|
||||
"--db-path",
|
||||
"/mcp/test.db"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user