Back to Home
whillhill icon

mcpstore

Verified Safe

by whillhill

Overview

MCPStore acts as an orchestration layer for managing Microservice Context Protocol (MCP) services and adapting them as tools for AI frameworks like LangChain, AutoGen, and others.

Installation

Run Command
mcpstore run api

Environment Variables

  • MCPSTORE_API_HOST
  • MCPSTORE_API_PORT
  • MCPSTORE_API_RELOAD
  • MCPSTORE_API_LOG_LEVEL
  • MCPSTORE_API_URL_PREFIX

Security Notes

Default FastAPI CORS `allow_origins=["*"]` should be restricted in production environments. Redis sensitive configuration (URL, password) is not loaded from environment variables by default, which could lead to accidental hardcoding in user code if not managed carefully. Hub services run in subprocesses and expose HTTP endpoints; proper authentication and network isolation are responsibilities of the deployer.

Similar Servers

Stats

Interest Score97
Security Score7
Cost ClassLow
Stars412
Forks33
Last Update2025-12-05

Tags

AI AgentsService OrchestrationTool ManagementLLM IntegrationFastAPI