Skip to main content
Glama

MCP-Claude

README.md1.63 kB
# 🌐 Model Context Protocol (MCP) - TypeScript Implementation [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![TypeScript](https://img.shields.io/badge/TypeScript-5+-3178C6.svg)](https://www.typescriptlang.org/) [![MCP Version](https://img.shields.io/badge/MCP-0.8.2-FF6D00.svg)](https://mcp-protocol.org/spec) [![Discord](https://img.shields.io/badge/chat-Discord-7289DA.svg)](https://discord.gg/your-invite) > The universal adapter for AI applications. Standardize how LLMs connect to data sources and tools. ## 📖 Table of Contents - [Why MCP?](#-why-mcp) - [Architecture](#-architecture) - [Features](#-features) - [Quick Start](#-quick-start) - [Project Structure](#-project-structure) - [Documentation](#-documentation) - [Contributing](#-contributing) - [License](#-license) ## 🚀 Why MCP? MCP solves the AI integration puzzle by providing: | Problem | MCP Solution | |----------------------------------|-----------------------------------| | Vendor lock-in | Standardized protocol works with any LLM | | Custom integration code | Pre-built connectors for common data sources | | Security concerns | Built-in OAuth2 and data encryption | | Complex agent development | Unified context provisioning | ## 🌐 Architecture ```mermaid graph TD A[Host App] -->|MCP Client| B[Filesystem Server] A -->|MCP Client| C[Database Server] A -->|MCP Client| D[Web API Server] B --> E[(Local Files)] C --> F[(PostgreSQL)] D --> G{{REST API}}

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/virajsamarasinghe/MCP-Claude'

If you have feedback or need assistance with the MCP directory API, please join our Discord server