Overview
What is mmnt-mcp-server?
mmnt-mcp-server is a server designed for the Mamont search engine, facilitating search queries and caching results for efficient retrieval.
How to use mmnt-mcp-server?
To use mmnt-mcp-server, install it via npm with the command: npx -y mmnt-mcp-server
. You can then utilize its tools for searching and caching.
Key features of mmnt-mcp-server?
- Search Functionality: Execute search queries on the Mamont search engine.
- Caching: Retrieve pages from the search page cache for faster access.
Use cases of mmnt-mcp-server?
- Performing search queries to find relevant information quickly.
- Caching search results to improve response times for frequently accessed data.
FAQ from mmnt-mcp-server?
- What is the purpose of mmnt-mcp-server?
It serves as a backend server for the Mamont search engine, handling search queries and caching results.
- Is mmnt-mcp-server easy to install?
Yes! You can install it with a simple npm command.
- What programming language is mmnt-mcp-server written in?
It is written in TypeScript.
Content
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"]
}
}
}
No tools information available.