mcp-trmm
The mcp-trmm project is designed to interact with the Tactical Remote Monitoring and Management (RMM) API, create an SQLite3 database from the API schema, and enable Retrieval-Augmented Generation (RAG) to enhance interaction with the API.
The primary goal of the mcp-trmm project is to parse the RMM API schema, store it in an SQLite3 database, and use it to augment queries made to the live RMM API. This is accomplished using several components, which work together to parse the RMM API schema and store it in an SQLite3 database, forward API queries to a live production RMM API server, and provide an LLM-powered CLI interface for querying and retrieving paths from the RMM API. The project includes scripts for converting YAML to JSON, creating a database from the JSON schema, querying the database, and acting as a proxy server to forward requests to the live RMM API. Additionally, it provides a command-line interface for interacting with the RMM API using a Large Language Model (LLM).
Features
- Schema Parsing: Converts RMM API schema from YAML to JSON and stores it in an SQLite3 database.
- Database Querying: Allows searching for API endpoints in the SQLite3 database using keywords.
- MCP Proxy Server: Forwards requests to the live RMM API server using the MCP protocol.
- Retrieval-Augmented Generation: Enhances API interaction with intelligent querying using LLM.
- Asynchronous Requests: Utilizes httpx for asynchronous HTTP requests to the production API.
MCP Tools
- {'03_mcpserver.py': 'Acts as an MCP proxy server, forwarding queries to the live production RMM API server.'}
Usage with Different Platforms
Flask API Server
bash
source venv/bin/activate
python 03_flaskapi.py
LLM CLI Session
bash
source venv/bin/activate
python 03_llm_cli__rag.py
MCP Proxy Server
bash
source venv/bin/activate
uvx mcpo --port 5086 -- uv run 03_mcpserver.py
Related MCP Servers
View all research_and_data servers →Sequential Thinking🏅
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
exa-mcp-server
by exa-labs
A Model Context Protocol (MCP) server allows AI assistants to use the Exa AI Search API for real-time web searches in a secure manner.
arxiv-mcp-server
by blazickjp
The ArXiv MCP Server provides a bridge between AI assistants and arXiv's research repository through the Model Context Protocol (MCP).
sitemcp
by ryoppippi
SiteMCP is a tool that fetches an entire site and uses it as a Model Context Protocol (MCP) Server.
Sequential Thinking MCP Server
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
mcp-compass
by liuyoshio
MCP Compass is a discovery and recommendation service for exploring Model Context Protocol servers using natural language queries.
whois-mcp
by bharathvaj-ganesan
The Whois MCP server allows AI agents to perform WHOIS lookups to retrieve domain details.