Example of an MCP server with custom tools that can be called directly from cursor
The repository implements a client-server architecture where the server exposes AI-powered tools to the Cursor editor. The design follows a modular approach with dedicated directories for tools and environment configuration. It utilizes a simple setup for interaction and tool invocation within the Cursor environment via the Model Context Protocol.
TypeScript
221