Setup
@jack-scott
关于 Setup
Playing around with different ways to implement MCP servers
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Setup?
Setup provides instructions for installing Python dependencies, nvm, and Node.js, and for running MCP servers using the MCP inspector. It is intended for developers who want to quickly test or develop MCP servers.
How to use Setup?
Install dependencies with python3 -m pip install -r requirements.txt, install nvm and node, then start the inspector with npx @modelcontextprotocol/inspector. Access the web interface at http://127.0.0.1:6274/ and set the command to python3 with args pointing to a server file such as servers/echo.py.
Key features of Setup?
—
Use cases of Setup?
—
FAQ from Setup
—
推理 分类下的更多 MCP 服务器
Node Code Sandbox MCP 🛠️
mozicim# 🐢🚀 Node.js Sandbox MCP ServerThis repository hosts a Node.js server that implements the Model Context Protocol (MCP) for running JavaScript in isolated Docker containers. It allows for on-the-fly npm dependency installation, making it easy to execute code safely and efficient
MCP Servers
junfanz1This project demonstrates a decoupled real-time agent architecture that connects LangGraph agents to remote tools served by custom MCP (Modular Command Protocol) servers. The architecture enables a flexible and scalable multi-agent system where each tool can be hosted independent
Agentic Tools MCP Server
PimzinoA comprehensive Model Context Protocol (MCP) server providing AI assistants with powerful task management and agent memories capabilities with project-specific storage.
Code Reasoning MCP Server
mettamattA code reasoning MCP server, a fork of sequential-thinking
End-to-End Agentic AI Automation Lab
MDalamin5This repository contains hands-on projects, code examples, and deployment workflows. Explore multi-agent systems, LangChain, LangGraph, AutoGen, CrewAI, RAG, MCP, automation with n8n, and scalable agent deployment using Docker, AWS, and BentoML.
评论