
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
andish-mcp
Advanced tools
MCP server for the Andish Knowledge Graph API.
Works with any MCP-compatible client: Claude Desktop, Claude Code, Cursor, Cline, Continue, and others.
Registry ownership verification: mcp-name: ru.andish/andish-mcp
uvx andish-mcp@latest
Or with pip:
pip install andish-mcp
// ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"andish": {
"command": "uvx",
"args": ["andish-mcp@latest"],
"env": {
"ANDISH_API_KEY": "adsh_live_xxxxxxxxxxxx"
}
}
}
}
Nine tools are registered by the server.
| Tool | What it does |
|---|---|
andish_query | Search the workspace knowledge graph and synthesise an answer. |
andish_context | Fetch raw context from the knowledge graph and write the answer yourself. |
andish_list_documents | List documents uploaded to the workspace. |
andish_get_document | Fetch metadata and a content excerpt for one document. |
andish_upload_document | Upload a local file to the workspace for indexing. |
andish_search_entities | Search entities (people, organizations, concepts) by label substring. |
andish_get_neighbors | Return entities connected to an entity, directly (hop=1) or transitively (hop=2). |
andish_workspace_usage | Show current workspace usage: documents, cost, daily queries. |
andish_health | Check server health and API connectivity. |
| Variable | Required | Default | Description |
|---|---|---|---|
ANDISH_API_KEY | Yes | — | API key from https://andish.ru/dashboard |
ANDISH_BASE_URL | No | https://api.andish.ru/v1 | Override for self-hosted or staging |
ANDISH_TIMEOUT | No | 30.0 | Per-request timeout in seconds |
FAQs
MCP server for the Andish Knowledge Graph API
The pypi package andish-mcp receives a total of 137 weekly downloads. As such, andish-mcp popularity was classified as not popular.
We found that andish-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.