MCP Server
@lincolnlopes
关于 MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-lincolnlopes": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"http://localhost:3000/mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server?
MCP Server is a Node.js with TypeScript implementation of the Model Context Protocol (MCP). It provides a primary endpoint for MCP requests and is designed for developers building MCP-compatible services.
How to use MCP Server?
Install dependencies with npm install, compile with npm run build, and start with npm start. The server listens on http://localhost:3000/. The main endpoint is POST /mcp; a GET / returns status. Use the MCP Inspector (official tool) to connect externally for testing.
Key features of MCP Server
- Built with Node.js and TypeScript
- Uses Express and the official MCP TypeScript SDK
- Primary endpoint:
POST /mcpfor MCP requests - Status endpoint:
GET / - Source code in
src/, compiled output indist/
Use cases of MCP Server
- Deploying a custom MCP server for AI agents
- Testing and inspecting MCP protocol interactions
- Integrating with Copilot Studio or other MCP clients
FAQ from MCP Server
How do I start the MCP Server?
Run npm install, then npm run build, then npm start. The server will be available at http://localhost:3000/.
What endpoints does MCP Server provide?
It provides POST /mcp for MCP requests and GET / for a status message.
How can I test MCP Server?
Use the external MCP Inspector tool: access the official site or run npx @modelcontextprotocol/inspector http://localhost:3000/mcp locally. It connects as a client and lets you interact with the POST /mcp endpoint.
What dependencies does MCP Server require?
Node.js and npm. The project uses Express and the official @modelcontextprotocol/typescript-sdk package.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Servers
modelcontextprotocolModel Context Protocol Servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论