trackmcp
Back to directory
aldrin-labs

metal-mcp-server

View on GitHub

Metal MCP Server

2 stars TypeScriptOthers Updated Jan 27, 2025

Documentation

Metal MCP Server

An MCP server providing Metal Framework documentation search and code generation capabilities.

One-Line Installation

bash
npx @modelcontextprotocol/create-server metal-mcp && cd metal-mcp && npm install && npm run build

Features

Tools

1. `search_metal_docs`

    2. `generate_metal_code`

      Resources

      1. `metal://docs/getting-started`

        2. `metal://docs/best-practices`

          Usage

          After installation, add the server to your MCP configuration:

          json
          {
            "mcpServers": {
              "metal": {
                "command": "node",
                "args": ["/path/to/metal-mcp/build/index.js"]
              }
            }
          }

          The server will provide Metal Framework expertise through the MCP protocol, allowing you to:

          • Search Metal documentation with natural language queries
          • Generate code snippets for common Metal tasks
          • Access Metal best practices and getting started guides

          Frequently asked questions

          What is metal-mcp-server?

          metal-mcp-server is Metal MCP Server

          How do I install metal-mcp-server?

          Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

          Is metal-mcp-server open source?

          Yes — it is hosted on GitHub at https://github.com/aldrin-labs/metal-mcp-server and has 2 stars.

          Related MCP tools

          Run your own MCP server? See who uses it and what to fix.

          Measure it with TrackMCP