Back to Home
whillhill icon

mcpstore

by whillhill

Overview

Orchestrate Microservice Context Protocol (MCP) services and adapt them for integration with various AI frameworks like LangChain, managing tools and their lifecycle.

Installation

Run Command
mcpstore run api --host 0.0.0.0 --port 18200

Environment Variables

  • REDIS_URL
  • REDIS_HOST
  • REDIS_PORT
  • REDIS_PASSWORD

Security Notes

The API endpoint `/for_store/add_service` (and similarly for agents) allows adding services by providing a `command` and `args` field. This enables direct remote code execution (RCE) on the host system if the API is exposed to untrusted clients. The default CORS setting `allow_origins=['*']` further widens the attack surface. There is no explicit sandboxing for these local command executions in the provided source code.

Similar Servers

Stats

Interest Score94
Security Score2
Cost ClassLow
Stars419
Forks32
Last Update2026-01-12

Tags

AI Agent orchestrationService managementToolingLangChain integrationMicroservices