MCP Server em TypeScript
@thaydeveloper
关于 MCP Server em TypeScript
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-thaydeveloper": {
"command": "docker",
"args": [
"build",
"-t",
"mcp-server",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server em TypeScript?
MCP Server em TypeScript implements a server compatible with the Model Context Protocol (MCP). It provides endpoints for listing models and generating sample completions. It is intended for developers who want to experiment with or host an MCP-compliant service.
How to use MCP Server em TypeScript?
Install dependencies with npm install, then run in development mode with npm run dev. For production, build with npm run build and start with npm start. A Docker image can be built using docker build -t mcp-server . and run with docker run -p 3000:3000 mcp-server. The server is available at http://localhost:3000.
Key features of MCP Server em TypeScript
- Implements the Model Context Protocol (MCP).
- Lists available models via
GET /v1/models. - Generates sample responses via
POST /v1/completions. - Can be run locally or inside a Docker container.
Use cases of MCP Server em TypeScript
- Testing MCP client integrations against a local server.
- Prototyping AI model endpoints with a sample completion API.
- Learning the Model Context Protocol through hands-on experimentation.
FAQ from MCP Server em TypeScript
What endpoints does the server expose?
Two endpoints: GET /v1/models (list models) and POST /v1/completions (generate a sample response).
How can I run the server in production?
Build the project with npm run build and then start it with npm start. Alternatively, use the provided Docker setup.
What is the default port and URL?
The server runs on port 3000 and is accessible at http://localhost:3000.
其他 分类下的更多 MCP 服务器
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Awesome Mlops
visengerA curated list of references for MLOps
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论