Skip to content

Commit e5be170

Browse files
feat: add examples/mcp-sqlite.json SQLite MCP server config
1 parent 067eb4e commit e5be170

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

examples/mcp-sqlite.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"mcpServers": {
3+
"sqlite": {
4+
"command": "npx",
5+
"args": ["-y", "@modelcontextprotocol/server-sqlite", "./db.sqlite"],
6+
"env": {}
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)