# mcp_first **Repository Path**: lewislk/mcp_first ## Basic Information - **Project Name**: mcp_first - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-20 - **Last Updated**: 2025-08-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mcp first ## MCP预览 ### 1.安装 ```shell npm install -g @modelcontextprotocol/inspector ``` ### 2.使用 在go项目目录下,执行如下命令 ```shell mcp-inspector go run server.go ``` ## 在cursor中使用 1. 在`cursor settings`中的`tools & integrations`下,有个`mcp tools`,添加即可,如下: ```json { "mcpServers": { "mcp-server-1": { "command": "/Users/lewis/GolandProjects/mcp_first/output/bin/mcp_server", "args": [] } } } ```