302_custom_mcp

Author:@302ai
View on GitHub

Overview

What is 302 Custom MCP? It is a tool for creating custom Model Context Protocol (MCP) servers tailored to your specific needs.

How to use 302 Custom MCP? Install its dependencies, build the server, and then add your 302AI_API_KEY to your system's configuration file.

Key features include the quick generation of custom MCP servers, straightforward setup, and access to debugging via the MCP Inspector tool.

Use cases are creating servers for AI applications, integrating with platforms like Claude Desktop, and debugging servers with the MCP Inspector.

FAQ: An MCP server enables communication between AI models and apps. Your API key is found here. Debugging is supported using the MCP Inspector.

Configuration

{
  "mcpServers": {
    "302ai-custom-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@302ai/custom-mcp"
      ],
      "env": {
        "302AI_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}