Echo MCP Server
테스트용 echo-mcp 서버
MCP 클라이언트 테스트를 위한 간단한 echo_tool 갖춘 간단한 echo MCP(Model Context Protocol) 서버입니다. 새로운 MCP 서버를 위한 템플릿으로도 매우 유용합니다.
용법
uv를 설치하고 uvx 사용하여 MCP 구성에 서버를 추가합니다.
지엑스피1
또는 저장소를 복제하고 디렉토리와 함께 uv 사용합니다.
{
"name": "echo-mcp-server-for-testing",
"command": "uv",
"args": [
"--directory",
"path/to/root/dir/",
"run",
"main.py"
],
"env": {
"SECRET_KEY": "123456789"
}
}Related MCP server: MCP Server
개발
테스트
저장소를 복제하고 mcp-client-for-testing을 사용하여 서버 도구를 테스트합니다.
uvx mcp-client-for-testing \
--config '
[
{
"name": "echo-mcp-server-for-testing",
"command": "uv",
"args": [
"--directory",
"path/to/root/dir/",
"run",
"main.py"
],
"env": {
"SECRET_KEY": "123456789"
}
}
]
' \
--tool_call '{"name": "echo_tool", "arguments": {"message": "Hello, world!"}}'서식 및 린팅
코드는 ruff로 포맷되고 린트되었습니다.
uv run ruff format
uv run ruff check --fixuv를 이용한 빌딩
uv를 사용하여 패키지를 빌드합니다.
uv build새 버전 출시
패키지의 새 버전을 PyPI에 릴리스하려면 새 Git 태그를 만들고 푸시하세요.
메인 브랜치를 체크아웃하고 최신 버전을 받으세요:
git checkout main git pull origin main git describe --tags새로운 Git 태그를 만들고 푸시합니다.
git tag v0.2.0 git push origin v0.2.0
GitHub Actions 워크플로는 새 태그가 푸시되면 패키지를 자동으로 빌드하고 PyPI에 게시합니다. Python 패키지 버전 번호는 Git 태그에서 직접 파생됩니다.
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceA stateless Model Context Protocol server that implements a simple echo functionality with resource, tool, and prompt components, enabling LLMs to echo back messages through standardized MCP interactions.1
- AlicenseNot gradedqualityDmaintenanceAn implementation of the Model Context Protocol (MCP) server that enables multiple clients to connect simultaneously and handles basic context management and messaging with an extendable architecture.MIT
- FlicenseNot gradedqualityDmaintenanceA simple demonstration MCP server that provides an echo tool and resource for learning how to build MCP servers. Serves as a starting point and template for creating custom MCP server implementations.
- FlicenseNot gradedqualityCmaintenanceMCP server providing greeting and echo tools for testing and demonstration.
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP server exposing the Backtest360 engine API as tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/piebro/echo-mcp-server-for-testing'
If you have feedback or need assistance with the MCP directory API, please join our Discord server