Skip to main content
Glama

🌐 Model Context Protocol (MCP) - TypeScript Implementation

License: MIT TypeScript MCP Version Discord

The universal adapter for AI applications. Standardize how LLMs connect to data sources and tools.

📖 Table of Contents

Related MCP server: WithSeismic MCP

🚀 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

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}}
Install Server
A
license - permissive license
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    Implements the Model Context Protocol (MCP) to provide AI models with a standardized interface for connecting to external data sources and tools like file systems, databases, or APIs.
    Last updated
    1
    153
  • A
    license
    -
    quality
    C
    maintenance
    A TypeScript implementation of a Model Context Protocol server that enables language models to securely query PostgreSQL databases, including those behind SSH bastion tunnels.
    Last updated
    27
    1
    MIT
  • -
    license
    -
    quality
    D
    maintenance
    A TypeScript implementation of a Model Context Protocol server and client that enables interaction with language models (specifically Mistral running on Ollama).
    Last updated

View all related MCP servers

Related MCP Connectors

  • A Model Context Protocol server for Wix AI tools

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • MCP (Model Context Protocol) server for Appwrite

View all MCP Connectors

Latest Blog Posts

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