Skip to content

Releases: contextenginehq/context-mcp-server

v0.1.0

09 Feb 22:58

Choose a tag to compare

Initial release of the Context Engine MCP server.

What's included

  • MCP protocol version 2024-11-05 over JSON-RPC 2.0 stdio transport
  • context.resolve — Query for relevant documents within a token budget
  • context.list_caches — List available context caches
  • context.inspect_cache — Inspect cache metadata and validity
  • Frozen error contract with 6 error codes: cache_missing, cache_invalid, invalid_query, invalid_budget, io_error, internal_error
  • Compatible with Claude Desktop, Cursor, and any MCP-aware agent

Install

cargo install mcp-context-server

Links