Mantic.sh is a structural code search engine for AI agents. It indexes code repositories and provides APIs to query code by structure, semantics, and context. It connects to GitHub and other code repositories. Developers use it to build AI agents that can search and understand codebases for tasks like code review, refactoring, and documentation generation.
Mantic.sh is a structural code search engine for AI agents. It indexes code repositories and provides APIs to query code by structure, semantics, and context. It connects to GitHub and other code repositories. Developers use it to build AI agents that can search and understand codebases for tasks like code review, refactoring, and documentation generation.
npx -y mantic.shAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"marcoaapfortes-manticsh-github": {
"command": "npx",
"args": [
"-y",
"npx -y mantic.sh"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Mantic.sh?"
No configuration required. This server works out of the box.
"What resources are available in Mantic.sh?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Mantic.sh"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Mantic.sh with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.