Metoro Mcp Server
Overview
What is Metoro MCP Server?
Metoro MCP Server is an open-source project designed to facilitate the management and operation of various microservices. It provides a robust framework for developers to deploy, manage, and scale their applications efficiently. The server is built with a focus on performance, scalability, and ease of use, making it an ideal choice for modern application architectures.
Features of Metoro MCP Server
- Microservices Architecture: Supports the development and deployment of microservices, allowing for modular application design.
- Scalability: Easily scales to handle increased loads, ensuring that applications remain responsive under heavy traffic.
- Open Source: Being open-source, it allows developers to contribute to its development and customize it according to their needs.
- User-Friendly Interface: Provides a simple and intuitive interface for managing services, making it accessible for developers of all skill levels.
- Robust Documentation: Comprehensive documentation is available to help users understand and utilize the server effectively.
How to Use Metoro MCP Server
- Installation: Begin by cloning the repository from GitHub. Use the command:
git clone https://github.com/metoro-io/metoro-mcp-server.git
- Configuration: Configure the server settings according to your environment. This includes setting up database connections, service endpoints, and other necessary parameters.
- Deployment: Deploy your microservices using the provided deployment scripts or through your preferred CI/CD pipeline.
- Management: Use the web interface or command-line tools to manage your services, monitor performance, and scale as needed.
Frequently Asked Questions
What programming languages does Metoro MCP Server support?
Metoro MCP Server is primarily built using JavaScript and Node.js, but it can integrate with services written in various programming languages.
Is there a community for support?
Yes, there is an active community around Metoro MCP Server. You can find support through GitHub discussions, forums, and social media channels.
Can I contribute to the project?
Absolutely! Contributions are welcome. You can submit issues, feature requests, or pull requests on the GitHub repository.
How do I report a bug?
If you encounter a bug, please report it on the GitHub issues page of the Metoro MCP Server repository, providing as much detail as possible to help the developers address it.
Is there a license for Metoro MCP Server?
Yes, Metoro MCP Server is licensed under the MIT License, allowing for free use, modification, and distribution.
Details
metoro-mcp-server
This repository contains th Metoro MCP (Model Context Protocol) Server. This MCP Server allows you to interact with your Kubernetes cluster via the Claude Desktop App!
What is MCP (Model Context Protocol)?
You can read more about the Model Context Protocol here: https://modelcontextprotocol.io
But in a nutshell
The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you’re building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.
What is Metoro?
Metoro is an observability platform designed for microservices running in Kubernetes and uses eBPF based instrumentation to generate deep telemetry without code changes. The data that is generated by the eBPF agents is sent to Metoro's backend to be stored and in the Metoro frontend using our apis.
This MCP server exposes those APIs to an LLM so you can ask your AI questions about your Kubernetes cluster.
Demo
https://github.com/user-attachments/assets/b3f21e9a-45b8-4c17-8d8c-cff560d8694f
How can I use Metoro MCP Server?
- Install the Claude Desktop App.
- Make sure you have Golang installed.
brew install go
for mac orsudo apt-get install golang
for ubuntu. - Clone the repository:
git clone https://github.com/metoro-io/metoro-mcp-server.git
- Navigate to the repository directory:
cd metoro-mcp-server
- Build the server executable:
go build -o metoro-mcp-server
If you already have a Metoro Account:
Copy your auth token from your Metoro account in Settings -> Users Settings.
Create a file in ~/Library/Application Support/Claude/claude_desktop_config.json
with the following contents:
{
"mcpServers": {
"metoro-mcp-server": {
"command": "<your path to Metoro MCP server go executable>/metoro-mcp-server",
"args": [],
"env": {
"METORO_AUTH_TOKEN" : "<your auth token>",
"METORO_API_URL": "https://us-east.metoro.io"
}
}
}
}
If you don't have a Metoro Account:
No worries, you can still play around using the Live Demo Cluster.
The included token is a demo token, publicly available for anyone to use.
Create a file in ~/Library/Application Support/Claude/claude_desktop_config.json
with the following contents:
{
"mcpServers": {
"metoro-mcp-server": {
"command": "<your path to Metoro MCP server go executable>/metoro-mcp-server",
"args": [],
"env": {
"METORO_AUTH_TOKEN" : "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjdXN0b21lcklkIjoiOThlZDU1M2QtYzY4ZC00MDRhLWFhZjItNDM2ODllNWJiMGUzIiwiZW1haWwiOiJ0ZXN0QGNocmlzYmF0dGFyYmVlLmNvbSIsImV4cCI6MTgyMTI0NzIzN30.7G6alDpcZh_OThYj293Jce5rjeOBqAhOlANR_Fl5auw",
"METORO_API_URL": "https://demo.us-east.metoro.io"
}
}
}
}
- Once you are done editing
claude_desktop_config.json
save the file and restart Claude Desktop app. - You should now see the Metoro MCP Server in the dropdown list of MCP Servers in the Claude Desktop App. You are ready to start using Metoro MCP Server with Claude Desktop App!
Built with
This server is built on top of our Golang MCP SDK.
Server Config
{
"mcpServers": {
"metoro-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/metorial/mcp-container--metoro-io--metoro-mcp-server--metoro-mcp-server",
"./out"
],
"env": {
"METORO_AUTH_TOKEN": "metoro-auth-token",
"METORO_API_URL": "metoro-api-url"
}
}
}
}
Metoro Mcp Server Alternative
For some alternatives to Metoro Mcp Server that you may need, we provide you with sites divided by category.
AI Agent that manages engineering tasks from start to finish: connects with developers' tools, plans, executes, and refines until it reaches a successful outcome.
Make MCP Server Step 1: Install Required Software - Download and install Java Development Kit (JDK). - Download and install Minecraft Forge. Step 2: Set Up MCP 1. Download the Minecraft Coder Pack (MCP) from the official website. 2. Extract the MCP files to a folder of your choice. Step 3: Configure MCP - Open the `mcp.cfg` file and set the necessary configurations. - Make sure to specify the correct Minecraft version. Step 4: Decompile Minecraft - Run the `decompile.bat` file in the MCP folder to decompile Minecraft code. Step 5: Modify Code - Navigate to the `src/minecraft` folder to find the Minecraft source code. - Make your desired modifications to the code. Step 6: Recompile Minecraft - Run the `recompile.bat` file to recompile the modified code. Step 7: Launch the Server - Use the `startserver.bat` file to launch your MCP server. - Connect to the server using your Minecraft client. Step 8: Test Your Modifications - Join the server and test the changes you made to ensure everything works as expected.
Examples and tutorials for building AI applications with watsonx.ai Flows Engine