mcpsq

xinbenlv/mcpsq

3.4

If you are the rightful owner of mcpsq and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP^2(MCPSQ) is a simple MCP server designed to discover and manage MCP servers.

MCP^2(MCPSQ) is a lightweight and efficient Model Context Protocol (MCP) server that facilitates the discovery and management of other MCP servers. It is designed to integrate seamlessly with the Cursor editor, providing a streamlined experience for developers working with MCP technology. The server is built using Node.js and TypeScript, ensuring a modern and robust architecture. It offers both production and development modes, with features like auto-reload for ease of development. The server can be deployed locally or on cloud platforms like Heroku, making it versatile for various deployment needs. With a focus on simplicity and ease of use, MCP^2(MCPSQ) provides essential tools for managing MCP servers, including searching, adding, listing, and removing servers from the configuration. The server is open-source and welcomes contributions from the community, with a clear roadmap for future enhancements.

Features

  • Simple and efficient MCP server management
  • Seamless integration with Cursor editor
  • Supports local and cloud deployment
  • Built with Node.js and TypeScript
  • Open-source with community contributions

Usages

usage with cursor global

{
  "mcpServers": {
    "mcpsq": {
      "url": "http://localhost:3000/mcp"
    }
  }
}

usage with cursor project specific

{
  "mcpServers": {
    "mcpsq": {
      "url": "http://localhost:3000/mcp"
    }
  }
}

usage with cursor heroku

{
  "mcpServers": {
    "mcpsq": {
      "url": "https://your-app-name.herokuapp.com/mcp"
    }
  }
}

Tools

  1. find-mcp-server

    Search for MCP servers relevant to your query

  2. add-mcp-server-to-cursor

    Add an MCP server to your Cursor configuration

  3. list-current-mcp-servers

    List all currently configured MCP servers

  4. remove-mcp-server-from-cursor

    Remove an MCP server from your configuration