Back to Home
syw2014 icon

mcp-use

by syw2014

Overview

A full-stack framework for building Model Context Protocol (MCP) servers, clients, and AI agents in Python and TypeScript.

Installation

Run Command
npm run dev

Environment Variables

  • GITHUB_TOKEN
  • MCP_USE_API_KEY
  • LANGFUSE_PUBLIC_KEY
  • LANGFUSE_SECRET_KEY
  • MCP_USE_AGENT_ENV
  • PORT
  • HOST
  • MCP_URL

Security Notes

The framework is designed to execute arbitrary commands (via `npx` or direct process spawning) on the host machine as part of its `MCPClient` configuration (e.g., `command` and `args` in server configs). This functionality, while core to dynamic server loading, presents a significant command injection and sandbox escape risk if the client configuration or inputs to an AI agent are not strictly validated, sanitized, and run within a highly isolated environment. The `inspector` also includes proxy capabilities that could be misused if not properly secured. Hardcoded secrets are not evident; environment variables are used for sensitive information.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassHigh
Avg Tokens5000
Stars0
Forks0
Last Update2026-01-18

Tags

MCPAI AgentsLLMAPI FrameworkDebuggingUI Widgets