Overview
This project integrates several external MCP servers and tools in order to extend functionality (filesystem access, web retrieval, repo inspection, document conversion, multi-MCP aggregation, etc.). All referenced components are developed and published by their respective authors under their own open-source licenses.
https://hearty-adventure-production.up.railway.app/mcp
- 1MCP (One MCP Server for All) https://github.com/zcaceres/fetch-mcp
- Original repository: 1mcp-app/agent
- Purpose: A unified Model Context Protocol server that aggregates multiple MCP servers behind a single
We do not claim authorship of 1mcp-app/agent. All rights belong to the respective copyright holders.
- fetch-mcp: https://github.com/zcaceres/fetch-mcp
- Original repository: zcaceres/fetch-mcp
- Purpose: An MCP server that fetches web content (HTML, JSON, plain text, Markdown) over HTTP.
We do not claim authorship of fetch-mcp. All rights belong to the respective copyright holders.
- Gitingest-MCP: https://github.com/puravparab/Gitingest-MCP
- Original repository: puravparab/Gitingest-MCP
- Purpose: An MCP server that extracts GitHub repository information (repository summaries, directory structure, file contents).
We do not claim authorship of Gitingest-MCP. All rights belong to the respective copyright holders.
- mcp-filesystem-server: https://github.com/mark3labs/mcp-filesystem-server
- Original repository: mark3labs/mcp-filesystem-server
- Purpose: An MCP server that provides secure, restricted access to the local filesystem (read/write files, directory listings, metadata, search, etc.).
We do not claim authorship of mcp-filesystem-server. All rights belong to the respective copyright holders.
- mcp-pandoc: https://github.com/vivekVells/mcp-pandoc
- Original repository: vivekVells/mcp-pandoc
- Purpose: An MCP server for document format conversion using pandoc. It supports conversion across formats such as Markdown, HTML, TXT, DOCX, PDF, reStructuredText, LaTeX, EPUB, ODT, IPYNB, etc.
We do not claim authorship of mcp-pandoc. All rights belong to the respective copyright holders.