注意 MCP Server

mcp servers on Function Compute

Local serverstdioPython

What is the 注意 MCP server?

Most developer tooling work still happens through a UI a human drives. 注意 MCP server moves it into the conversation instead. mcp servers on Function Compute.

The short version

当前市场中存量 MCP Server 绝大部分采用 STDIO 传输机制实现,为了能够实现存量的 MCP Server 代码无需任何改变即可转为 SSE 模式,我们设计了 mcp-proxy,工作原理如下图:

The tools it exposes

The server publishes 14 tools. What each one is for:

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

How it compares

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. 注意's toolset — GitHub, GitLab, Fetch and 11 more — is a fair guide to whether it matches your workflow. It is maintained by devsapp; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch 注意.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
GitHub[start-mcp-github](./start-mcp-github/src)
GitLab[start-mcp-gitlab](./start-mcp-gitlab/src)
Fetch[start-mcp-fetch](./start-mcp-fetch/src)
Time[start-mcp-time](./start-mcp-time/src)
brave-search[start-mcp-brave-search](./start-mcp-brave-search/src)
ever-art[start-mcp-ever-art](./start-mcp-ever-art/src)
sequentialthinking[start-mcp-sequentialthinking](./start-mcp-sequentialthinking/src)
everything[start-mcp-everything](./start-mcp-everything/src)
Chatppt[start-mcp-chatppt](./start-mcp-chatppt/src)
OpenWeather[start-mcp-openweather](./start-mcp-openweather/src)
quickchart[start-mcp-quickchart](./start-mcp-quickchart/src)
firecrawl[start-mcp-firecrawl](./start-mcp-firecrawl/src)
agentql[start-mcp-agentql](./start-mcp-agentql/src)
Figma-Context-MCP[start-mcp-figma](./start-mcp-figma/src)

Example prompts to try

  • Use 注意 to GitHub.
  • Use 注意 to GitLab.
  • Use 注意 to Fetch.

Frequently asked questions

MCP协议支持STDIO和SSE两种传输机制,注意还额外提供了StreamableHTTP模板。