by reshaprio
The open source, no-code MCP Server for AI-Native API Access
# Add to your Claude Code skills
git clone https://github.com/reshaprio/reshaprLast scanned: 6/3/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-06-03T08:55:40.675Z",
"npmAuditRan": true,
"pipAuditRan": true
}No comments yet. Be the first to share your thoughts!
Website | About | Docs | Blog | Community
reShapr is the open source, no-code MCP Server for AI-Native API Access. It bridges the gap between traditional REST/GraphQL/gRPC services and LLMs by transforming complex services into discoverable, optimized MCP tools.
[!IMPORTANT] To get involved with our community, please familiarize yourself with the project's Code of Conduct.
One of the biggest hurdles in building AI agents is Context Overload. Sending massive JSON responses to an LLM wastes tokens and degrades performance.
reShapr introduces Context Control
📖 Full Documentation | Discord Community
npm install -g @reshapr/reshapr-cli
You have two simple options:
Assuming you have Docker installed, you can run the platform locally with the following command:
reshapr run
You should see a message like this:
ℹ️ Resolved 'latest' to release '0.0.11'.
ℹ️ Downloading compose file from https://raw.githubusercontent.com/reshaprio/reshapr/refs/tags/0.0.8/install/docker-compose-all-in-one.yml...
✅ Compose file saved to /Users/<you>/.reshapr/docker-compose-0.0.11.yml
ℹ️ Starting Reshapr containers (release: 0.0.11)...
✅ Reshapr containers started successfully.
Connect to the control plane at http://localhost:5555 with default credentials (admin/password):
reshapr login -s http://localhost:5555 -u admin -p password
Import an OpenAPI file:
reshapr import -u https://raw.githubusercontent.com/open-meteo/open-meteo/refs/heads/main/openapi.yml \
--backendEndpoint https://api.open-meteo.com
You now have a fully functional MCP Server powered by reShapr at http://localhost:7777/mcp/reshapr/Open-Meteo+APIs/1.0 🎉
You can try it out using an MCP client, explore the CLI and more features!
We ❤️ contributors! Reshapr is an open community, and we welcome contributions of all kinds — not just code. Every contribution matters and helps make Reshapr better for everyone:
📋 Before contributing, please read our Contributing Guide to learn about our development workflow, coding conventions, and how to submit your changes.
Come say hi on our Discord server — whether you have questions, ideas, or just want to chat with the community. We'd love to hear from you! 🚀
If you think reShapr is useful for the AI ecosystem, give us a star on our main repository! It helps us get more visibility and keep the project growing.