MCP.so
Sign In

Model Context Protocol servers

@thanhvinh199700

About Model Context Protocol servers

No overview available yet

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

thanhvinh199700

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-server-thanhvinh199700": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory"
      ]
    }
  }
}

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 Model Context Protocol servers?

This repository is a collection of reference implementations for the Model Context Protocol (MCP), providing Large Language Models (LLMs) secure, controlled access to tools and data sources. It includes both official reference servers and community-built servers across diverse domains.

How to use Model Context Protocol servers?

β€”

Key features of Model Context Protocol servers

  • Reference implementations using TypeScript or Python MCP SDKs
  • Official integrations from companies like Cloudflare, Stripe, and Grafana
  • Community-developed servers for various platforms and APIs
  • Demonstrates versatility and extensibility of the MCP protocol
  • Servers cover file systems, databases, web search, and more

Use cases of Model Context Protocol servers

  • Give LLMs read-only access to PostgreSQL or SQLite databases for querying
  • Enable AI assistants to manage GitHub repositories and issues
  • Allow LLMs to perform web searches via Brave Search or Kagi
  • Automate browser interactions with Puppeteer for web scraping
  • Build persistent memory systems using knowledge graphs

FAQ from Model Context Protocol servers

Are community servers endorsed by Anthropic?

No. Community servers are untested, should be used at your own risk, and are not affiliated with or endorsed by Anthropic.

What SDKs are used to implement the servers?

Each MCP server is implemented with either the TypeScript MCP SDK or the Python MCP SDK.

How are servers listed in the README?

The lists are maintained in alphabetical order to minimize merge conflicts when adding new items.

What is the purpose of this repository?

It serves as a collection of reference implementations showcasing how MCP can give LLMs secure, controlled access to tools and data sources.

Comments

More Other MCP servers