-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
52 lines (52 loc) · 1.15 KB
/
server.json
File metadata and controls
52 lines (52 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.neverinfamous/db-mcp",
"title": "db-mcp (SQLite MCP Server)",
"description": "SQLite MCP server with OAuth 2.1, HTTP/SSE, 139 tools, and smart tool filtering",
"version": "1.1.1",
"packages": [
{
"registryType": "npm",
"identifier": "db-mcp",
"version": "1.1.1",
"transport": {
"type": "stdio"
}
},
{
"registryType": "oci",
"identifier": "docker.io/writenotenow/db-mcp:v1.1.1",
"transport": {
"type": "stdio"
}
}
],
"keywords": [
"mcp",
"model-context-protocol",
"database",
"sqlite",
"sql",
"oauth",
"ai",
"llm",
"developer-tools",
"json",
"fts5",
"vector-search",
"geospatial",
"spatialite",
"statistical-analysis"
],
"author": {
"name": "Chris LeRoux",
"email": "writenotenow@gmail.com"
},
"homepage": "https://github.com/neverinfamous/db-mcp",
"repository": {
"type": "git",
"url": "https://github.com/neverinfamous/db-mcp.git",
"source": "github"
},
"license": "MIT"
}