-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathserver.json
More file actions
19 lines (19 loc) · 552 Bytes
/
server.json
File metadata and controls
19 lines (19 loc) · 552 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.nicholasglazer/gnosis",
"title": "Gnosis MCP",
"description": "Zero-config MCP server for searchable documentation. SQLite or PostgreSQL.",
"repository": {
"url": "https://github.com/nicholasglazer/gnosis-mcp",
"source": "github"
},
"version": "0.10.12",
"packages": [
{
"registryType": "pypi",
"identifier": "gnosis-mcp",
"version": "0.10.12",
"transport": {"type": "stdio"}
}
]
}