Back to MCP directory
publicPublicdnsLocal runtime

devtools-mcp-server

一个使用Deno运行并通过ModelContext协议检查的MCP服务工具

article

README

🚀 模型上下文协议检查器

本项目提供了便捷的工具来运行Deno脚本和启动服务器,通过简单的命令即可完成相应操作,提升开发效率。

🚀 快速开始

运行Deno脚本

使用以下命令运行Deno脚本 main.ts

npx @modelcontextprotocol/inspector 运行 deno 脚本 main.ts

启动服务器

使用以下命令启动 devtools-mcp-server 服务器:

npx @modelcontextprotocol/inspector 启动 devtools-mcp-server 服务器
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client