Github

Created By
punkpeyea year ago
Overview

What is Awesome MCP Servers?

Awesome MCP Servers is a curated list of Model Context Protocol (MCP) servers that enable AI models to interact with local and remote resources through standardized server implementations.

How to use Awesome MCP Servers?

To use Awesome MCP Servers, you can explore the curated list of MCP servers available on the GitHub repository and follow the provided instructions for each server to set them up and integrate them into your projects.

Key features of Awesome MCP Servers?

  • A comprehensive collection of MCP servers for various applications and use cases.
  • Detailed documentation and usage instructions for each server.
  • Community-driven contributions and updates to keep the list current.

Use cases of Awesome MCP Servers?

  1. Integrating AI models with local file systems for data access and manipulation.
  2. Connecting AI models to cloud services for enhanced functionality.
  3. Enabling AI models to interact with various APIs and databases seamlessly.

FAQ from Awesome MCP Servers?

  • What is MCP?

MCP stands for Model Context Protocol, which allows AI models to interact with various resources through standardized server implementations.

  • How can I contribute to the Awesome MCP Servers list?

You can contribute by submitting a pull request on the GitHub repository with your suggested additions or improvements.

Server Config

{
  "mcpServers": {
    "sequentialthinking": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sequential-thinking"
      ]
    },
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "C:\\Users\\Administrator\\Desktop"
      ]
    },
    "git": {
      "command": "uvx",
      "args": [
        "mcp-server-git",
        "--repository",
        "C:\\Users\\Administrator\\Desktop\\ums-roo-code"
      ]
    },
    "github": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "GITHUB_PERSONAL_ACCESS_TOKEN",
        "-e",
        "GITHUB_TOOLSETS",
        "-e",
        "GITHUB_READ_ONLY",
        "ghcr.io/github/github-mcp-server"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "GitHub Personal Access Token",
        "GITHUB_TOOLSETS": "GitHub Toolsets (optional)",
        "GITHUB_READ_ONLY": ""
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
punkpeye
Star
-
Language
-
License
-

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago