Gnosis MCP for VS Code
io.github.nicholasglazer/gnosis
Zero-config MCP server for searchable documentation. SQLite or PostgreSQL.
client:VS Code
transport:stdio
runtime:pypi
Install Gnosis MCP in VS Code
.vscode/mcp.json
{
"servers": {
"gnosis": {
"type": "stdio",
"command": "uvx",
"args": [
"gnosis-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs