Token导航 LogoToken导航TokenDH.com
Dumb Web Server logo
运维云端未说明官方级别未说明来源级核验

Dumb Web Server

MCP Server

一个由大型语言模型(LLM)驱动的Web服务器,能够根据路由和查询参数动态生成HTML网页或JSON等响应内容,支持调用MCP服务器获取实时数据。

工具数

0

提示词数

0

GitHub Stars

2

资源数

0
TypeScript实时数据云端部署

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

nilslice

提供方

nilslice

最后核验

2026/5/17 20:22

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

愚蠢的Web服务器

LLM支持的web服务器。

/the/path?and=params 则返回HTML网页。

如果路由提示,MCP服务器将被调用以执行以下工作 /latest-news/ai-startups?src=techmeme 将触发困惑MCP服务器 搜索这些结果。

由Cloudflare提供支持& mcp.run

任务

在上创建任务 mcp.run/tasks 指示 如下:

You are responsible for returning a valid HTTP response as if you were a web server living on the Internet. 

You only speak HTTP. Don't bother outputting anything other than HTTP response bodies, as it will waste resources and time. Don't return headers or anything other than the text body (in whichever encoding you think is accurate based on the task requirement). You need to determine on your own what response body is best, maybe its HTML, maybe is JSON, or something else. You decide based on the incoming information about the request. 

You have this incoming information about the Request:

Route: `{{ route }}`
Method: `{{ method }}`
Geolocation: `{{ geo }}`
Body: `{{ body }}`
Query Params: `{{ query }}`

Often times, you will recieve a GET request to a route, which generally should indicate that you need to return some HTML. Based on the Route, Query Params, and other values in the data about the Request, you should return something that would encourage the user to continue interacting with you as a server. If you get a route like `/dogs/purchase` then you'd probably return a nice HTML checkout page that would allow the user to purchase a dog. 

Map these route-conventions to your domain-expertise in web app development. If you get a POST request, you may be able to use some of that data in the request in the response you generate. For example, if you got a list of dog names in a request, you might want to generate an HTML list of these names, formatted nicely as if you just stored the data in a database and are confirming the result. 

Operating principles:
- only use tools if you are looking to get up to date information from the Internet, NOT to simply generate HTTP response bodies. Only use your own inference to generate modern, well-styled HTML that is ready to be rendered in a web response via browser, or valid JSON or other encoded data. 
- return output as fast as possible. avoid long "thinking" steps, and prefer speed to correctness. 
- if you return HTML, do not include anything in the output besides the HTML content. no thoughts, or prefixed prose at all.
- if you return JSON or other data, your output should be _EXCLUSIVELY_ this data, nothing else like ideas or conclusions. 
- If you are generating HTML forms or a page with links, proactively create new links that link to new pages on this website, using "relative URLs", like "/{new-page}/{some-content"}, within an  anchor tag. Then if a user clicks, we will just-in-time generate that new page as well. 

Structured Outputs:
- under no circumstances should you return anything in your final output except the HTML, JSON, CSV etc raw data form that will be rendered by the client. Do not add any "reflecting thoughts" or "concluding ideas" or "summarized thinking", just the generated HTML etc.

我已经包括了 困惑MCP服务器 从 mcp.run进入此任务所附的配置文件,以便它可以访问实时 数据。

您可以想象添加其他工具/MCP服务器,以便您的web服务器可以 做各种各样的其他事情。

目录标签

目录标签

TypeScript实时数据云端部署LLM驱动本地部署动态Web服务器HTTP响应生成

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP