MA
@microsoft
MCP tool access to MarkItDown a library that converts many file formats (local or remote) to Markdown for LLM consumption.
149.5k3w ago0 toolslocal
$
pip install -e 'packages/markitdown[all]'MCP server for IDA Pro, allowing you to perform binary analysis with AI assistants. This plugin implement decompilation, disassembly and allows you to generate malware analysis reports automatically.
$ pip install https://github.com/mrexodia/ida-pro-mcp/archive/refs/heads/main.zipOr add it with the Claude CLI: claude mcp add mrexodia-ida-pro-mcp
preferred_session_ididb_openis_activeida_mcp_max_workers{ "mcpServers": { "mrexodia-ida-pro-mcp": { "command": "pip", "args": ["install", "https://github.com/mrexodia/ida-pro-mcp/archive/refs/heads/main.zip"], "env": { "IDA_MCP_MAX_WORKERS": "<your-ida-mcp-max-workers>" } } } }
Paste under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.
MCP tool access to MarkItDown a library that converts many file formats (local or remote) to Markdown for LLM consumption.
pip install -e 'packages/markitdown[all]'Up-to-date code documentation for LLMs and AI code editors.
npx ctx7 setupAI-powered task management system for AI-driven development.
npx task-master init