ExMCP Test Server
@y86
关于 ExMCP Test Server
Test implementation of mcp server in Elixir
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is ExMCP Test Server?
An MCP (Model Context Protocol) server implementation in Elixir that provides a test implementation for experimenting with the protocol. It is designed for developers who want to explore MCP using a JSON-RPC 2.0 compliant server built with Elixir.
How to use ExMCP Test Server?
Run the server locally with mix run --no-halt. For production use, generate a release with mix release and add it to your claude_desktop_config.json using the command path/to/your/release/bin/my_app start under the mcpServers key.
Key features of ExMCP Test Server
- JSON-RPC 2.0 compliant server implementation
- Standard MCP protocol methods are supported
- Pluggable validation and middleware pipeline
- Schema-driven request/response validation
- OpenRPC specification is included
Use cases of ExMCP Test Server
- Experimenting with the Model Context Protocol (MCP)
- Testing MCP clients against a local server
- Learning MCP through a minimal reference implementation
FAQ from ExMCP Test Server
What runtime dependencies are required?
Elixir 1.14+ and Mix. The server relies on PhxJsonRpc, ExJsonSchema, and Jason.
Which MCP methods does the server implement?
initialize, notifications/initialized, prompts/list, resources/list, tools/list, and tools/call.
How can I run the server locally or as a release?
Run locally with mix run --no-halt. For a release, use mix release and configure the binary in claude_desktop_config.json with the start argument.
Where is the OpenRPC specification located?
It can be found at priv/static/mcp-openrpc.json in the project.
开发工具 分类下的更多 MCP 服务器
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
test
prysmaticlabsGo implementation of Ethereum proof of stake
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
评论