DevelopmentTypeScript

Mantic.sh

Mantic.sh is a context-aware code search engine that prioritizes relevance over raw speed for AI agents and developers.

Free
N/A rating (0 reviews)0 installs543 GitHub stars
code searchAI agentssemantic reranking

Mantic is designed to enhance the code search experience by providing superior result quality through its enterprise-grade context infrastructure. It combines heuristic speed with neural understanding to deliver conceptually relevant code, even when exact keyword matches are not present. This is achieved through features like semantic reranking and deep code intelligence, which allow for a more nuanced understanding of codebases. After extensive testing across multiple repositories, Mantic has demonstrated its effectiveness in delivering high-quality search results, making it an excellent tool for AI agents and developers alike. However, it is noted that there may be some trade-offs in speed when dealing with very large codebases, indicating a need for further optimization in such scenarios.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "manticsh": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-manticsh"
      ]
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.

Permissions

ok0
ok1