Semantic Intelligence for Large-Scale Engineering. Context+ is an MCP server designed for developers who demand 99% accuracy. By combining Tree-sitter AST parsing, Spectral Clustering, and Obsidian-style linking, Context+ turns a massive codebase into a searchable, hierarchical feature graph.

mcp-server
3 Open Issues Need Help Last updated: Mar 1, 2026

Open Issues Need Help

View All on GitHub
AI/ML Code Generation & Assistance

AI Summary: The `semantic_code_search` function fails with an 'input length exceeds context length' error when processing codebases with over 100 files. This issue appears to stem from how the function batches or concatenates file content before sending it for embedding, rather than embedding files individually. While Ollama models themselves support larger contexts, the `semantic_code_search` implementation seems to be the bottleneck.

Complexity: 3/5
bug enhancement good first issue

Semantic Intelligence for Large-Scale Engineering. Context+ is an MCP server designed for developers who demand 99% accuracy. By combining Tree-sitter AST parsing, Spectral Clustering, and Obsidian-style linking, Context+ turns a massive codebase into a searchable, hierarchical feature graph.

TypeScript
#mcp-server
AI/ML Code Generation & Assistance

AI Summary: The Ollama JavaScript client incorrectly ignores the `OLLAMA_HOST` environment variable specified in `.mcp.json`. This prevents users from connecting to remote Ollama instances, as the client hardcodes the connection to `localhost:11434`.

Complexity: 2/5
bug enhancement good first issue

Semantic Intelligence for Large-Scale Engineering. Context+ is an MCP server designed for developers who demand 99% accuracy. By combining Tree-sitter AST parsing, Spectral Clustering, and Obsidian-style linking, Context+ turns a massive codebase into a searchable, hierarchical feature graph.

TypeScript
#mcp-server
AI/ML Code Generation & Assistance
add dark mode support about 2 months ago

AI Summary: This issue requests the implementation of a dark mode feature for the user interface. A toggle button should be added to the header to allow users to switch between light and dark themes. The primary requirement is that the code, regardless of its origin, must be clean and adhere to the project's instructions.

Complexity: 3/5
enhancement help wanted

Semantic Intelligence for Large-Scale Engineering. Context+ is an MCP server designed for developers who demand 99% accuracy. By combining Tree-sitter AST parsing, Spectral Clustering, and Obsidian-style linking, Context+ turns a massive codebase into a searchable, hierarchical feature graph.

TypeScript
#mcp-server