Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 783 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 783 Bytes

promptmesh

Promptmesh is a collection of open-source tools for working with LLMs using the Model Context Protocol (MCP).

We build SDKs, APIs, and examples to make it easier to:

  • Connect to MCP servers
  • Use tools and prompts dynamically
  • Read resources in a structured way

Projects

  • easymcp – Python SDK for working with MCP servers
  • SemanticTool – Upcoming HTTP/GQL API built on top of easymcp
  • RouteMCP - Upcoming OpenAPI to MCP gateway.

Goals

  • Keep things modular and composable
  • Support local and remote tool execution
  • Provide clean, typed interfaces for orchestration
  • Build on top of the Model Context Protocol (MCP)

License

MIT license unless noted otherwise in individual repositories.