Skip to content

RocketChat/MCPServerGenerator_GSoC2026

Repository files navigation

Rocket.Chat MCP Server Generator

A tool that generates minimal MCP servers for Rocket.Chat — covering only the subset of APIs a project actually needs, instead of bundling every endpoint. This cuts down the context bloat that makes MCP expensive in agentic workflows, and can bring Rocket.Chat code generation projects within the free tier of most LLM platform providers.

Current Status

Implemented:

  • Parses Rocket.Chat OpenAPI specs by domain
  • Lists compact endpoint capability guides
  • Returns request and response schemas for selected operationIds
  • Uses memory and disk cache for specs
  • Includes unit and integration tests

Building & Testing

npm install
npm test
npm run build

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors