Server
Gnosis MCP
Published by nicholasglazer. Transport: stdio (local). Written in python.
Description
Description below is sourced from the LF AAIF MCP registry. MCPowered surfaces the publisher's own words; the publisher is the warrantor of any claims they make.
Zero-config MCP server for searchable documentation. SQLite or PostgreSQL.
Tags
Tags are derived deterministically from the server's name and description. They drive the filter UI on the catalog directory and the per-target comparison pages.
Provenance
- Server id
github/nicholasglazer/gnosis-mcp- Repository
- nicholasglazer/gnosis-mcp
- Package
pypi:gnosis-mcp- Surfaced by
- awesome-mcp-servers , LF AAIF registry
- Category
- Knowledge & Memory
Scan status
Tool description scan , Tool output literal scan , Dependency CVE check , Permission audit
Findings
-
src/gnosis_mcp/crawl.py:251Matched
open(fd, "w"Suggested action The server writes to the filesystem. Verify the server documents which paths it touches.
Patterns
fs-write -
src/gnosis_mcp/crawl.py:293Matched
httpx.AsyncClientSuggested action The server makes outbound network calls. Verify the documented destination list matches.
Patterns
network-out -
tests/bench/bench_mcp_e2e.py:39Matched
subprocess.runSuggested action The server spawns subprocesses. Review whether this matches the server's documented purpose.
Patterns
subprocess -
src/gnosis_mcp/crawl.py:238Matched
.read_text(Suggested action The server reads from the filesystem. Verify the server documents which paths it accesses.
Patterns
fs-read
What we couldn't check
-
dynamic_tool_descriptionsStatic analysis only sees descriptions hardcoded in source. Servers that compute descriptions at runtime (server-generated tools/list responses) are not covered by Check 1 at v0.
-
ast_indirectionv0 regex sees only literal description strings. Descriptions assembled by concatenation or pulled through variable indirection evade detection until AST-level extraction lands in v1.
Install configuration
Universal install-config generation across agent clients (Claude Code, Cursor, Windsurf, ChatGPT Apps, Continue, Cline, Zed) is a v0 deliverable. For now, install per the publisher's repository instructions linked above. The auto-generated client-specific configuration block lands here when the install-config generator ships.
Disclaimer
Scan results describe what our static checks found and didn't find at the time of scan. They are not a recommendation, certification, or guarantee. A scanned-clean result is the absence of evidence of malice, not the presence of evidence of integrity. Servers can be compromised after scan. You are responsible for evaluating whether to install any MCP server. See our methodology for what we check, what we can't check, and the limits of static analysis.
MCPowered