Overview
MCP Server is a local server implementing the Model Context Protocol (MCP), built for experimenting with agentic AI workflows.
The idea is simple: expose local tools to an AI assistant in a standard way, so agents can call them during a session.
Key Features
- Local MCP-compatible server
- Custom tools exposed to AI clients
- Experiment-oriented, easy to extend
Tech Stack
Written in Rust. See the repository README for the list of tools and how to run the server.