Glama — MCP Server Discovery and Management
Directory and management platform for MCP servers. Discover, install, and monitor Model Context Protocol servers for Claude Code, Cline, and other AI coding tools.
Staging sûr pour cet actif
Cet actif est d'abord staged. Le prompt copié demande à l'agent d'inspecter les fichiers staged avant d'activer scripts, config MCP ou config globale.
npx -y tokrepo@latest install ef4bec91-e689-4bc2-b4e0-8f665e542224 --target codexStage les fichiers d'abord; l'activation exige la revue du README et du plan staged.
What it is
Glama is a discovery and management platform for Model Context Protocol (MCP) servers. It maintains a curated directory of MCP servers that extend AI coding tools like Claude Code and Cline with capabilities such as database access, file system operations, and API integrations.
The platform is aimed at developers who use AI coding assistants and want to find MCP servers by category, read install instructions, and monitor server health. Instead of searching GitHub for individual MCP server repos, Glama aggregates them into a single browsable catalog.
How it saves time or tokens
Finding the right MCP server for a specific integration typically involves searching GitHub, reading multiple READMEs, and comparing configuration formats. Glama consolidates this process into a single search. Each server listing includes standardized install instructions, configuration snippets, and compatibility information.
For teams managing multiple MCP servers, Glama provides monitoring and management features that reduce the overhead of keeping server configurations in sync across developer machines.
How to use
- Visit the Glama directory at glama.ai/mcp/servers
- Browse MCP servers by category or search by name
- Click any server to view install instructions and configuration
- Copy the configuration to your
.mcp.jsonor Claude Code settings
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/dir"]
}
}
}
Example
# Search for a PostgreSQL MCP server on Glama
# Then add the config to your project:
cat > .mcp.json << 'EOF'
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-postgres"],
"env": {
"DATABASE_URL": "postgresql://user:pass@localhost:5432/mydb"
}
}
}
}
EOF
After adding the configuration, your AI coding tool connects to the MCP server and gains access to the database for schema inspection, query execution, and data exploration.
Related on TokRepo
- MCP integrations -- Browse specific MCP server configurations for GitHub and other services
- AI coding tools -- Explore tools that enhance your AI-assisted development workflow
Common pitfalls
- MCP server configurations vary between AI tools. A config that works in Claude Code may need adjustments for Cline or other clients. Always check the tool-specific instructions on Glama.
- Some MCP servers require environment variables with credentials. Never commit these to version control. Use
.envfiles or secret managers instead. - MCP servers run as local processes. Installing many servers simultaneously increases memory usage. Start with the servers you actively need and add more as required.
Questions fréquentes
MCP (Model Context Protocol) is a standard for connecting AI coding tools to external data sources and services. It lets AI assistants like Claude Code access databases, file systems, APIs, and other tools through a unified protocol. Glama helps you discover and manage these MCP servers.
Glama's directory and discovery features are free to use. You can browse MCP servers, read documentation, and copy configuration snippets without creating an account. Some management and monitoring features may require registration.
MCP servers listed on Glama work with any tool that implements the Model Context Protocol. This includes Claude Code, Cline, Continue, and other AI coding assistants. The configuration format is standardized, though some tools may have slight differences in how they load MCP configs.
Yes. Glama accepts submissions of new MCP servers. You can submit your server through the platform's contribution workflow, which typically involves providing the server's GitHub repository URL, description, and configuration examples.
MCP servers installed via npx automatically pull the latest version on each invocation. For servers installed from source or Docker, you need to update manually by pulling the latest release. Glama shows version information for each server listing.
Sources citées (3)
- Glama Website— Glama is a directory and management platform for MCP servers
- MCP Specification— Model Context Protocol specification
- Anthropic MCP Docs— MCP server ecosystem and implementations
En lien sur TokRepo
Source et remerciements
Created by Glama.
Directory: glama.ai/mcp/servers
Fil de discussion
Actifs similaires
WhatsApp MCP Server — Chat with WhatsApp via AI Agents
MCP server connecting Claude and AI agents to your personal WhatsApp. Search contacts, read messages, send replies and media via natural language.
Apify MCP Server — 8,000+ Web Scrapers for Agents
Apify MCP Server connects agents to Apify Actors via a hosted endpoint (mcp.apify.com) or local run, turning thousands of web scrapers into callable tools.
kubernetes-mcp-server — Kubernetes Tools via MCP
kubernetes-mcp-server exposes Kubernetes operations to MCP clients with npx/uvx/binary run modes; verified 1584★ and pushed 2026-05-14.
google-tag-manager-mcp-server — GTM MCP Remote Connector
Connect Google Tag Manager to MCP clients via an OAuth-backed remote server using mcp-remote + npx. Verified 152★; pushed 2026-05-14.