TypeSpec based local TODO MCP Server
@achandmsft
关于 TypeSpec based local TODO MCP Server
A simple TODO MCP server fully vibecoded using the TypeSpec MCP Server with GitHub Copilot and OpenAI GPT 4.1
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Local TODO MCP Server": {
"command": "node",
"args": [
"${workspaceFolder}/dist/src/mcp-server.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is TypeSpec based local TODO MCP Server?
A local TODO list manager exposed as an MCP (Model Context Protocol) server, built using the TypeSpec MCP Server Demo Script. It is designed for developers using VS Code with GitHub Copilot Agent mode.
How to use TypeSpec based local TODO MCP Server?
Clone the repository, install dependencies (npm install), build the project (npm run build), then start the server (npm run mcp). In VS Code, configure .vscode/mcp.json to point to dist/src/mcp-server.js and start the server; then switch GitHub Copilot to Agent mode and ask it to list todos.
Key features of TypeSpec based local TODO MCP Server
- Fully vibecoded using TypeSpec MCP Server Demo Script
- Integrates with GitHub Copilot Agent mode in VS Code
- Exposes TODO management as MCP tools
- Built with Node.js (v22+) and TypeSpec
- Supports MCP Inspector for debugging
Use cases of TypeSpec based local TODO MCP Server
- Manage a local TODO list via natural language in VS Code
- Use GitHub Copilot Agent mode to add, list, or complete todos
- Develop and test MCP server workflows locally
- Inspect and debug the server with MCP Inspector
FAQ from TypeSpec based local TODO MCP Server
What prerequisites are needed?
VS Code, the GitHub Copilot and GitHub Copilot Chat extensions, and Node.js v22+.
How do I start the server?
Run npm run mcp from the project root after building. Optionally use npm run inspect for the MCP Inspector.
How do I use it with GitHub Copilot Agent mode?
Edit .vscode/mcp.json with the command node and args ["${workspaceFolder}/dist/src/mcp-server.js"], click “Start” in VS Code, then ask Copilot to perform TODO actions.
What transport does the server use?
It uses standard input/output (stdio) as the MCP transport, since the command runs a Node.js process.
Where does TODO data live?
The README does not specify; assume local storage (not defined further).
生产力 分类下的更多 MCP 服务器
MCPControl
CheffromspaceMCP server for Windows OS automation
Swift MCP GUI Server
NakaokaReiMCP server that can execute commands such as keyboard input and mouse movement on macOS
MCP Google Calendar Server
markelaugust74A Model Context Protocol (MCP) server implementation for Google Calendar integration. Create and manage calendar events directly through Claude or other AI assistants.
Google Calendar MCP Server
takumi0706Google Calendar MCP server for Claude Desktop integration
MCP Windows Desktop Automation
mario-andreschakA Model Context Protocol (MCP) server for Windows desktop automation using AutoIt.
评论