MCP ExplorerExplorer

Glutamatemcpservers

@ShadowCloneLabson a year ago
12 MIT
FreeCommunity
AI Systems
Glutamate MCP Servers offers customizable and deployable MCP servers on the Glutamate platform.

Overview

What is Glutamatemcpservers

GlutamateMCPServers is a repository that provides a collection of customizable and pre-built Model Context Protocol (MCP) servers, designed for easy deployment and management through the Glutamate platform.

Use cases

Use cases include deploying AI models for real-time inference, managing multiple model versions, optimizing resource usage, and serving AI applications in production environments.

How to use

To use GlutamateMCPServers, simply download the repository, follow the setup instructions, and utilize the Glutamate platform to install, start, and manage your MCP servers without requiring Node.js.

Key features

Key features include secure local storage of keys, installation and management of MCP servers on local machines, full support for stdio and SSE protocols, and it is completely free to use.

Where to use

GlutamateMCPServers can be used in various fields such as AI model deployment, machine learning research, and any application requiring efficient management of AI models and their contexts.

Content

Glutamate MCP Servers

Welcome to the Glutamate MCP Servers repository! This project contains a collection of MCPs (Model Context Protocol) servers that are made by gluamate team can be easily deployed and managed through the Glutamate platform. We support all stdio and sse servers by any creators.

🎥 Introduction Video

About Glutamate

Glutamate is a powerful desktop platform that simplifies the deployment and management of Model Context Protocol servers. It provides a user-friendly interface and robust tools for server administration, making it easier than ever to run and customize your MCP servers.

Key Features:

  • 🔒 All keys are securely stored locally
  • ⚡ Install & Start/Stop MCP servers on your local machine
  • 💻 Full support for both stdio & SSE protocols
  • 📦 No Node.js installation required on your system
  • 🎁 100% free to use , now and forever
  • Avaible on Windows , Linux and Mac (coming soon)

Road Map:

  • [x] Auto Sync (server config and port) with any client (cursor , windsurf , cline , roocode etc…) (Added in v0.0.5)
  • [ ] Auto start of mcp severs on start of glutamate (based on user settings)
  • [ ] Oath login for mcps to fetch api keys
  • [ ] Versioning of MCP servers for easier management and updates
  • [ ] User submission of servers
  • [ ] Direct Updater of Glutamate

Custom Made Servers

Our repository includes several custom MCP servers that are created by Glutamate Team , We support all stdio and sse server that are node based on our glutamate app

UI Assist

Located in the src/uiassist directory, UI Assist is a specialized server that provides enhanced user interface capabilities for MCP servers. It offers:

  • Custom UI components
  • Improved user experience
  • Streamlined navigation
  • Modern interface design

More servers will be added to this repository in the future, expanding the available options for MCP administrators.

Getting Started

  1. Visit glutamateapp.com
  2. Download the app
  3. Choose your desired MCP server from the available options
  4. Click to install and just connect

Available MCP Servers (adding more everyday )

For a comprehensive list of available MCP servers and their descriptions, please see our SERVERS.md file.

Contributing

We welcome contributions to improve our MCP servers. Please feel free to submit pull requests, report issues, or suggest new features.

Glutamate App Integration

To integrate your MCP server with the Glutamate app, you need to create a metadata file that describes your server’s capabilities. This helps the Glutamate app understand and properly integrate with your MCP server.

Important Note for SSE Servers

All SSE-type MCP servers must accept the --port command line argument to be supported in the Glutamate app. This allows the Glutamate app to dynamically assign ports and manage multiple server instances. Make sure your server implementation includes this functionality.

Important Note for Connection Type

The connectionType field in the metadata file must be specified in lowercase. Only two values are supported:

  • "sse" for Server-Sent Events
  • "stdio" for Standard Input/Output

Any other value or capitalization will not be recognized by the Glutamate app.

Creating Metadata File

Create a file named glutamate.json in your project root with the following structure:

{
  "name": "UI Assist MCP Server",
  "description": "A Model Context Protocol (MCP) server that connects with the UI Assist Chrome extension to help with UI-based input in web development",
  "version": "0.1.0",
  "releaseDate": "YYYY-MM-DD",
  "author": "Your Name or Organization",
  "license": "MIT",
  "repositoryUrl": "https://github.com/username/repository",
  "implementationLanguage": "JavaScript",
  "connectionType": "sse",
  "runtimeRequirements": "Node.js",
  "packageName": "@glutamateapp/ui-assist",
  "color": "#HEXCOLOR",
  "tools": [
    {
      "name": "get_selected_elements",
      "description": "Retrieves HTML elements that have been selected in the browser"
    },
    {
      "name": "clear_selected_elements",
      "description": "Clears the list of selected elements"
    }
  ],
  "environmentVariables": [
    {
      "variableName": "PORT",
      "description": "Port for the MCP server",
      "isRequired": false,
      "defaultValue": "3332"
    },
    {
      "variableName": "CONNECTOR_PORT",
      "description": "Port for the browser connector",
      "isRequired": false,
      "defaultValue": "9025"
    }
  ]
}

For detailed information about each field and best practices, refer to the Glutamate Metadata Documentation.

Integration Steps

  1. Create the glutamate.json file in your project root
  2. Fill in all required fields with accurate information about your MCP server
  3. Ensure your server implements all the tools listed in the metadata
  4. Test the integration with the Glutamate app
  5. Update the metadata file whenever you add new tools or make significant changes

Support

For support and questions, please visit our community channels.

License

This repo (the mcp servers created by glutamate team) is licensed under the MIT License - see the LICENSE file for details.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers