respondami

sorcerersr/respondami

3.1

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:

  1. Create a virtual environment: uv venv
  2. Activate the virtual environment:
    • Linux/macOS: source .venv/bin/activate
    • Windows: .venv\Scripts\activate
  3. 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