logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mmnt-mcp-server

Utilizes the Mamont search engine for executing search queries and retrieving cached web pages. Provides a standardized interface for accessing real-time search results and text-based content efficiently.

Author

mmnt-mcp-server logo

zbkm

MIT License

Quick Info

GitHub GitHub Stars 0
NPM Weekly Downloads 351
Tools 1
Last Updated 2026-02-19

Tags

searchmamontmmntmamont searchweb searchsearch engine

mmnt-mcp-server

MCP server for the Mamont search engine.

Tools:

  • mmnt_search
    • search query on search engine
    • inputs
      • query - query string
      • page - page number
  • mmnt_cache
    • retrieve page from search page cache
    • inputs
      • id - unique cache id
      • onlyText - should the result be text only (no html)

Install

{
  "mcpServers": {
    "mmnt": {
      "command": "npx",
      "args": ["-y", "mmnt-mcp-server"]
    }
  }
}

See Also

`