Hacker News new | ask | show | jobs
Show HN: MCP-framework – Build MCP servers and AI agents in Rust (github.com)
1 points by wiwoworld 227 days ago
Just shipped mcp-framework and wanted to share it here.

It's a production-ready Rust implementation of the Model Context Protocol with blazing-fast performance, showcase tools and examples, and a web-based inspector.

Here's what it does:

  - lets ai agents (claude, openai) use tools you define
  - has a web ui for testing/debugging your tools
  - keeps conversation history so agents can reason across multiple turns
  - includes 8 example tools to get you started instantly
All code examples work, ready for production.

Would genuinely appreciate any feedback.