.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/forloopcodes/contextplus
home/mcp-servers/forloopcodes/contextplus
forloopcodes avatar

contextplus

byforloopcodes· 1 MCP server

Installs

691

Stars

2.0k

Forks

165

Category

Code Review & Refactor

View on GitHub

TL;DR

Semantic Intelligence for Large-Scale Engineering.

How to install contextplus?

forloopcodes/contextplus
$git clone https://github.com/forloopcodes/contextplus

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install contextplus by running `git clone https://github.com/forloopcodes/contextplus`, then use it for the current task and follow its documentation at https://github.com/forloopcodes/contextplus.

Files · 1

View on GitHub
README.md
1# Context+
2 
3Semantic Intelligence for Large-Scale Engineering.
4 
5Context+ is an MCP server designed for developers who demand 99% accuracy. By combining RAG, Tree-sitter AST, Spectral Clustering, and Obsidian-style linking, Context+ turns a massive codebase into a searchable, hierarchical feature graph.
6 
7https://github.com/user-attachments/assets/a97a451f-c9b4-468d-b036-15b65fc13e79
8 
9## Tools
10 
11### Discovery
12 
13| Tool | Description |
14| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
15| `get_context_tree` | Structural AST tree of a project with file headers and symbol ranges (line numbers for functions/classes/methods). Dynamic pruning shrinks output automatically. |
16| `get_file_skeleton` | Function signatures, class methods, and type definitions with line ranges, without reading full bodies. Shows the API surface. |
17| `semantic_code_search` | Search by meaning, not exact text. Uses embeddings over file headers/symbols and returns matched symbol definition lines. |
18| `semantic_identifier_search` | Identifier-level semantic retrieval for functions/classes/variables with ranked call sites and line numbers. |
19| `semantic_navigate` | Browse codebase by meaning using spectral clustering. Groups semantically related files into labeled clusters. |
20 
21### Analysis
22 
23| Tool | Description |
24| --------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
25| `get_blast_radius` | Trace every file and line where a symbol is imported or used. Prevents orphaned references. |
26| `run_static_analysis` | Run native linters and compilers to find unused variables, dead code, and type errors. Supports TypeScript, Python, Rust, Go. |
27 
28### Code Ops
29 
30| Tool | Description |
31| ----------------- | ------------------------------------------------------------------------------------------------------------------------ |
32| `propose_commit` | The only way to write code. Validates against strict rules before saving. Creates a shadow restore point before writing. |
33| `get_feature_hub` | Obsidian-style feature hub navigator. Hubs are `.md` files with `[[wikilinks]]` that map features to code files. |
34 
35### Version Control
36 
37| Tool | Description |
38| --------------------- | ---------------------------------------------------------------------------------------------------------- |
39| `list_restore_points` | List all shadow restore points created by `propose_commit`. Each captures file state before AI changes. |
40| `undo_change` | Restore files to their state before a specific AI change. Uses shadow restore points. Does not affect git. |
41 
42### Memory & RAG
43 
44| Tool | Description |
45| ------------------------- | -------------------------------------------------------------------------------------------------------- |
46| `upsert_memory_node` | Create or update a memory node (concept, file, symbol, note) with auto-generated embeddings. |

Preview

forloopcodes/contextplusforloopcodes/contextplus

# Context+

Semantic Intelligence for Large-Scale Engineering.

Context+ is an MCP server designed for developers who demand 99% accuracy. By combining RAG, Tree-sitter AST, Spectral Clustering, and Obsidian-style linking, C

https://github.com/user-attachments/assets/a97a451f-c9b4-468d-b036-15b65fc13e79

Repoforloopcodes/contextplus
TypeMCP Servers
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPmcp-server

Related

6 picks
Type
  1. tirth8205 avatarcode-review-graphLocal-first knowledge graph for token-efficient code review through MCP and CLIMCP ServersJul 2026377k27k
  2. repowise-dev avatarrepowiseCodebase intelligence for AI coding agents — graph, git history, docs, decisions, code health.MCP ServersJul 202622k4.3k
  3. aashari avatarmcp-server-atlassian-bitbucketNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.MCP ServersMar 202612k159
  4. jamubc avatargemini-mcp-toolMCP server for Gemini CLI integrationMCP ServersJul 202611k2.3k
  5. giancarloerra avatarsocraticodeEnterprise-grade (40m+ LOC) codebase intelligence, zero-setup, local & private Plugin/Skill/Extension or MCP: hybrid semantic search, polyglot dependency graphs, symbol-level impact analysis & call-flow, interactive HTML viewer, cross-project & branch-aware search, DB/API/infra…MCP ServersJul 20269.7k3.2k
  6. chayan-1906 avatargithub-mcpProduction-ready Model Context Protocol server providing Claude with complete GitHub integration - comprehensive tools for repository management, branch operations, file handling, issue tracking, and collaboration features with OAuth 2.0 authentication and MongoDB persistence.MCP ServersJun 20267.5k5