CO
@upstash
Up-to-date code documentation for LLMs and AI code editors.
57.1k5d ago0 toolslocal
$
npx ctx7 setupMCP 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]'Or add it with the Claude CLI: claude mcp add microsoft-markitdown
{ "mcpServers": { "microsoft-markitdown": { "command": "pip", "args": ["install", "-e", "'packages/markitdown[all]'"] } } }
Paste under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.
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 initA fully-featured coding agent that relies on symbolic code operations by using language servers.