sorcerersr/respondami
If you are the rightful owner of respondami and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Respondami is a self-hosted MCP server designed to provide AI coding assistants with up-to-date library documentation.
Respondami - MCP Server
Introducton
Respondami is a self hosted mcp server to provide AI coding assistants with up to date library documentations.
Motivation
There are several other MCP server implementations with the same goal to provide library/package documentation to AI coding assistants. This is just my own take for an implementation as I'm not happy with exiting solutions for one or the other reason.
Features
- Open-Source
- self host
- support for multiple sources (documentation, code examples, etc.)
Development Setup
To set up the development environment with uv and venv:
- Create a virtual environment:
uv venv - Activate the virtual environment:
- Linux/macOS:
source .venv/bin/activate - Windows:
.venv\Scripts\activate
- Linux/macOS:
- Install dependencies:
uv sync
Using Respondami
To run the mcp server along with the modelinspector use:
ALLOWED_ORIGINS=http://127.0.0.1:6274 HOST=127.0.0.1 uv run mcp dev main.py