microsoft/markitdown
MarkItDown is a Python tool that converts various file formats into Markdown and integrates with LLM applications via an MCP server for enhanced text analysis and document processing.
Awesome MCP › Other MCP Servers
Headroom is an innovative context compression layer designed to optimize AI agent and LLM interactions by significantly reducing token consumption. It processes various inputs such as tool outputs, logs, RAG chunks, files, and conversation history before they reach the language model, achieving token savings of 60-95% without compromising answer quality. The project offers multiple integration methods: as a Python/TypeScript library for in-app use, as a proxy for zero-code-change integration, and as an agent wrapper for specific coding agents like Claude Code or Cursor. Crucially, Headroom functions as an MCP (Model Context Protocol) server, providing `headroom_compress`, `headroom_retrieve`, and `headroom_stats` functionalities for any MCP client. Its architecture includes a `ContentRouter` for content-aware compression using specialized algorithms like `SmartCrusher` for JSON, `CodeCompressor` for AST, and `Kompress-base` for text. The `CacheAligner` stabilizes prefixes to improve LLM KV cache hits, and the `CCR` (Content-Consistent Reversibility) component ensures that original data can be retrieved on demand, making the compression reversible. Additional features include cross-agent memory for shared context, `headroom learn` for mining failed sessions and generating corrections, and output token reduction to trim LLM responses. Headroom emphasizes local-first operation, ensuring data privacy and control.
https://github.com/headroomlabs-ai/headroom
MarkItDown is a Python tool that converts various file formats into Markdown and integrates with LLM applications via an MCP server for enhanced text analysis and document processing.
A curated collection of Model Context Protocol (MCP) servers that enable AI models to securely interact with local and remote resources through standardized server implementations.
The Model Context Protocol Servers repository offers reference implementations and third-party integrations that demonstrate how MCP enables Large Language Models to securely access and interact with diverse tools and data sources.
World Monitor is an AI-powered, real-time global intelligence dashboard aggregating news and monitoring geopolitical and infrastructure data for unified situational awareness.
OmniRoute is a free AI gateway that connects various AI tools and models from over 230 providers through a single endpoint, featuring token compression, smart auto-fallback, and support for Model C...
This comprehensive curriculum teaches AI engineering from scratch, focusing on building AI algorithms, agents, and MCP servers hands-on, covering everything from mathematical foundations to autonom...
Open source, self-hostable SEO platform that exposes its keyword, rank, backlink and site-audit data to AI agents through an MCP server and a set of companion agent skills.
ARIS (Auto-Research-In-Sleep) is a lightweight, framework-agnostic methodology and set of skills for autonomous ML research, enabling cross-model review loops, idea discovery, and experiment automa...