Local MCP Test - Secure MCP Server by ALMC Security 2025

Local MCP Test

View on GitHub

Local MCP Test

このリポジトリについて

ローカル環境でMCPサーバーを構築する検証のためのリポジトリ

初期設定

Claude Desktop

On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "vercel-mcp-test": {
      "command": "npx",
      "args": ["github:cti1650/vercel-mcp-test"]
    }
  }
}

参考サイト

Related in Development - Secure MCP Servers

ServerSummaryActions
CodeRabbitA Model Context Protocol (MCP) server for interacting with CodeRabbit AI reviews on GitHub pull requ...View
Auto API - YApi一个基于 Model Context Protocol (MCP) 的 YApi 接口信息获取工具View
WireMCPView
Model Context Protocol serversThis repository is a collection of reference implementations for the Model Context Protocol (MCP), a...View
Cargo Package README MCP ServerView
refactor-mcpA Model Context Protocol (MCP) server that provides powerful refactoring tools for Coding Agents. It...View