Fraim Context MCP
Enables semantic search of project documentation using hybrid vector and full-text search with fast and deep query modes for immediate results or complex multi-round synthesis.
README
Fraim Context MCP
Semantic search MCP server for project documentation.
Version: 5.1.0
Status: In Development
Overview
Fraim Context MCP exposes project documentation to LLMs via the Model Context Protocol (MCP). It supports:
- Fast mode: Direct cache/search for immediate results
- Deep mode: Multi-round synthesis for complex queries
- Hybrid search: Vector similarity + full-text search with pgvector
- Smart caching: Redis with corpus versioning for cache invalidation
Quick Start
# 1. Setup Doppler
doppler login
doppler setup # Select: fraim-context → dev
# 2. Install dependencies
uv sync
# 3. Verify environment
doppler run -- uv run python scripts/verify_env.py
# 4. Run tests
doppler run -- uv run pytest tests/stage_0/ -v
Development
This project uses Test-Driven Development (TDD). See DNA/DEVELOPMENT_PLAN.md for stages.
# Run all tests
doppler run -- uv run pytest tests/ -v
# Run specific stage
doppler run -- uv run pytest tests/stage_0/ -v
# Lint
uv run ruff check src/ tests/
# Type check
uv run mypy src/fraim_mcp
Architecture
- LLM Access: Pydantic AI Gateway (unified key for all providers)
- Database: PostgreSQL + pgvector (1024-dim embeddings)
- Cache: Redis 7.x (native asyncio)
- Observability: Logfire (OpenTelemetry)
See DNA/specs/ARCHITECTURE.md for full details.
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.