Context Engine
@welf
About Context Engine
Virtual AI-centric IDE for LLMs and AI Agents
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Context Engine?
Context Engine is a specialized system that transforms how AI coding assistants understand and work with code by providing rich, semantic understanding of a codebase—including complete type information, usage patterns, relationships, and dependencies—instead of treating code as plain text files.
How to use Context Engine?
—
Key features of Context Engine
- Semantic search by meaning, not just text matching
- Rich context with type definitions, relationships, and usage patterns
- Pattern recognition from your codebase
- Impact analysis for proposed changes
- Validation that generated code fits project patterns and compiles
Use cases of Context Engine
- AI coding assistants generating correct, compilable code using current library APIs
- Developers wanting AI agents to understand project-specific conventions and type relationships
- Reducing iterative LLM calls by providing complete context upfront
FAQ from Context Engine
What makes Context Engine different from existing LSP-based MCP servers?
Context Engine does not proxy existing LSP responses; it performs sophisticated analysis using static code analysis tools (LSP and Tree-sitter) to extract enhanced context—like usage patterns and relationship graphs—that no LSP provides on its own.
What are the runtime requirements?
Context Engine is implemented in Rust with two components: context-engine-core (a Rust library for LSP communication and analysis) and context-engine-server (an MCP server). It leverages existing Language Servers and Tree-sitter parsers.
Where does the code analysis data live?
—
What are known limitations or current status?
The project is currently in active development. The core architecture and API design are established, with implementation underway.
What transports or authentication does Context Engine use?
—
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

EverArt
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Comments