MCP.so
Sign In

MCP Servers Collection

@fpardon-upeo

About MCP Servers Collection

A collection of Model Context Protocol (MCP) servers for enhancing Claude's capabilities in Cursor IDE

Basic information

Category

Developer Tools

License

MIT license

Runtime

shell

Transports

stdio

Publisher

fpardon-upeo

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Servers Collection?

A collection of Model Context Protocol (MCP) servers for enhancing Claude’s capabilities within the Cursor IDE. It bundles three servers: Sequential Thinking for structured problem‑solving, Memories with Lessons for storing error‑based lessons, and GitHub Integration for repository management.

How to use MCP Servers Collection?

Clone the repository, then install and build each server individually using npm install and npm run build. In Cursor, go to Settings → MCP Servers, add each server as a command type with the appropriate node path, and for GitHub provide a GITHUB_PERSONAL_ACCESS_TOKEN environment variable.

Key features of MCP Servers Collection

  • Collection of three MCP servers for Cursor IDE
  • Sequential Thinking for dynamic, step‑by‑step problem solving
  • Memories with Lessons to retain error solutions
  • GitHub Integration for repository and API operations
  • Simple configuration via Cursor’s MCP Servers settings
  • Enhances Claude’s functionality within Cursor

Use cases of MCP Servers Collection

  • Break down complex problems using Sequential Thinking prompts
  • Save and retrieve lessons learned from past errors with Memories with Lessons
  • Create, manage, and interact with GitHub repositories directly from Cursor

FAQ from MCP Servers Collection

What tools are included in the collection?

Sequential Thinking, Memories with Lessons, and GitHub Integration are included.

What are the prerequisites?

Node.js, Cursor IDE with Claude integration, and (for the GitHub server) a GitHub Personal Access Token.

How do I install and configure the servers?

Clone the repository, run npm install and npm run build in each server’s directory, then add each server in Cursor Settings under MCP Servers using the command type and the path to the built index.js file.

How do I use Sequential Thinking?

Use a prompt such as “Can you use the Sequential Thinking tool to help me solve this problem?”

How do I use the GitHub Integration?

Provide a prompt like “Can you create a new repository called ‘test-project’ with a README file?” and ensure the GITHUB_PERSONAL_ACCESS_TOKEN environment variable is set.

Comments

More Developer Tools MCP servers