Context+
by user-attachments · ai-ml · mcp-server, lobehub, developer
Context+ is an MCP server designed for developers who demand 99% accuracy. It combines RAG, Tree-sitter AST, Spectral Clustering, and Obsidian-style linking to turn a massive codebase into a searchable, hierarchical feature graph. Requires environment variables for Ollama API key and models (OLLAMA_API_KEY, OLLAMA_EMBED_MODEL, OLLAMA_CHAT_MODEL).
Source: https://github.com/ForLoopCodes/contextplus
Install
git clone https://github.com/ForLoopCodes/contextplusUse this forAI-extracted
- →Build semantic search indexes for massive codebases to find related features and dependencies across millions of lines of code
- →Generate accurate code context for AI-assisted refactoring by creating hierarchical feature graphs from AST analysis
- →Query large engineering projects using natural language to surface relevant code sections for debugging or feature implementation
- →Map inter-dependencies between code modules using spectral clustering to understand system architecture at scale
Works with
Tags: mcp-server, lobehub, developer
⭐ 36 GitHub stars · Source: lobehub
About ai-ml MCP servers and Claude skills
ai-ml MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.
Context+ is one of hundreds of ai-ml entries indexed on Skiln. Browse the full ai-ml category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.
Related ai-ml MCPs and skills
- Research MCP - Model Context Protocol Research Assistant by gyash1512
A complete MCP-based Research Assistant enabling LLMs to fetch, analyze, and summarize academic research papers in real-time from arXiv, Semantic Scholar, and PubMed. No API keys required for basic usage; optional API keys can be configured via environment variables for higher rate limits.
- JSON MCP Server by kehvinbehvin
A Model Context Protocol (MCP) server that provides JSON schema generation and filtering tools using quicktype. Useful for processing large JSON files to generate TypeScript types and filter JSON data.
- REAPER MCP Server by bonfire-audio
A Model Context Protocol (MCP) server that enables AI agents to control REAPER DAW — 58 tools covering project management, tracks, MIDI, FX, mixing, mastering, rendering, and audio analysis. Requires REAPER DAW installed and running with REAPER's distant API enabled.
- GCP MCP 服务器 by enesbol
一个Model Context Protocol(MCP)服务器,提供访问Google Cloud Platform(GCP)服务的能力,使AI助手能够管理和交互GCP资源。需要通过环境变量GOOGLE_APPLICATION_CREDENTIALS配置的经过身份验证的GCP凭据(如应用默认凭据或服务账户密钥JSON文件)。
- io.github.dropthis-dev/dropthis-mcp by io.github.dropthis-dev
Publish content (HTML, files, or a URL) and get back a permanent public URL, from any MCP agent.
- io.github.desper/quick-html-share-mcp by io.github.desper
Share AI-generated HTML from your coding agent. Unguessable URL + viewer analytics.
- ResearchSprint by io.github.conversiondigital-cmyk
AI research reports: market analysis, competitor intel, blog posts. USDC payment.
- Scribefy by io.github.MKirovBG
Search YouTube, get video metadata, and extract timestamped transcripts for AI workflows.
Frequently asked questions
How do I install Context+?
Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.
Which clients support Context+?
Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.
Is Context+ free?
The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.