mmnt-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mmnt_searchC | Search in Mamont search engine |
| mmnt_cacheC | Extract page from Mamont cache |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools serve clearly distinct purposes: one extracts cached pages and the other performs searches. There is no overlap or ambiguity between them.
Both tools share the consistent 'mmnt_' prefix and lowercase style, though one uses a noun (cache) and the other a verb (search). Minor deviation but overall coherent.
With only two tools, the server is minimal, but this is appropriate for the narrow scope of interfacing with Mamont's search and cache features. It feels slightly thin but not inadequate.
The core functionalities of Mamont—searching and retrieving cached pages—are covered. Additional features like pagination or metadata retrieval are minor gaps that an agent can work around.