Search Metal Framework documentation and generate code.
An MCP server providing Metal Framework documentation search and code generation capabilities.
npx @modelcontextprotocol/create-server metal-mcp && cd metal-mcp && npm install && npm run build
search_metal_docs
query
: Natural language query about Metal Frameworklimit
: Maximum number of results to return (default: 3)generate_metal_code
task
: Description of the Metal task to generate code forlanguage
: Programming language (objective-c, swift, or metal)metal://docs/getting-started
metal://docs/best-practices
After installation, add the server to your MCP configuration:
{
"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:
MCP server for TeamCity, integrates with Claude Desktop and Cursor.
An MCP server for generating images with the Midjourney API.
An MCP server for interacting with the Tatara blockchain ecosystem. Requires configuration for the Tatara RPC endpoint and a wallet private key.
MCP Server for PGYER platform, supports uploading, querying apps, etc.
Generate and edit raster/vector images, vectorize, remove/replace backgrounds, and upscale using the Recraft AI API.
Interact with the JFrog Platform API for repository management, build tracking, and release lifecycle management.
Access Solana documentation context through a simple notes system with resources, tools, and prompts.
Analyzes GitLab merge requests and links them to Confluence documentation.
An MCP server for generating images using Together AI or Replicate models.
Predict anything with Chronulus AI forecasting and prediction agents.