angr-api-mcp
MCP server for angr binary analysis API workflow retrieval. Extracts real API usage patterns from angr's source code and angr-doc examples, then indexes them with semantic search so LLMs can query correct API call sequences.
README
angr-api-mcp
MCP server for angr binary analysis API workflow retrieval.
Extracts real API usage patterns from angr's source code and angr-doc examples, then indexes them with semantic search so LLMs can query correct API call sequences.
Installation
Via Claude Code (recommended)
claude mcp add angr-api-mcp -- uvx angr-api-mcp
Via Claude Desktop
{
"mcpServers": {
"angr": {
"command": "uvx",
"args": ["angr-api-mcp"]
}
}
}
Via pip
pip install angr-api-mcp
First-time setup
After adding the server, build the index by calling the initialize_index tool from Claude:
initialize_index()
This clones angr and angr-doc from GitHub and builds the semantic index
(~5–10 minutes). The index is stored at ~/.local/share/angr-api-mcp/chroma_db
and persists across restarts.
Or run from the command line:
angr-api-mcp-admin build-index
# Point at local repos to skip cloning
angr-api-mcp-admin build-index --angr-path /path/to/angr --angr-doc-path /path/to/angr-doc
MCP Tools
| Tool | Description |
|---|---|
initialize_index |
Build the workflow index |
get_workflows |
Search API call sequences by task description |
get_api_doc |
Look up a class or method |
list_related_apis |
Find co-occurring APIs |
get_index_info |
Show index metadata |
clear_index |
Wipe the index |
CLI (admin / inspection)
# Search for workflows by task
angr-api-mcp-admin inspect workflows "run CFG analysis on a binary"
angr-api-mcp-admin inspect workflows "symbolic execution to find target address"
# Look up a class or method
angr-api-mcp-admin inspect api-doc SimulationManager
angr-api-mcp-admin inspect api-doc CFGFast
# Find co-occurring APIs
angr-api-mcp-admin inspect related Project
# Index info
angr-api-mcp-admin inspect info
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.