mcp-starter
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-starterSave a note about the server setup and then search for 'setup'."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-starter
一个本地MCP服务器,暴露7个工具,分3类:通用小工具、本地笔记存储、关键词检索知识库。用Streamable HTTP传输,跑成一个长期进程,本机上的多个agent/客户端可以共用同一个server和同一份数据。
安装
npm install
npm run buildRelated MCP server: Bruin
启动server
npm run dev # 开发模式,用tsx直接跑 src/index.ts
# 或
npm run build && npm start # 生产模式默认监听 http://localhost:3000/mcp,可用 PORT 环境变量改端口。
注册到Claude Code
先确保server已经在跑(见上一步),再注册:
claude mcp add --transport http mcp-starter http://localhost:3000/mcp注册后,工具会以 mcp__mcp-starter__<tool_name> 的形式出现在agent可用工具列表里。因为是共用同一个server进程,不同agent/session看到的notes/kb数据是同一份。
工具列表
工具 | 类别 | 说明 |
| 通用工具 | 返回当前服务器时间(ISO 8601) |
| 通用工具 | 抓取URL,返回去除HTML标签的纯文本 |
| 笔记 | 新增一条笔记(标题+内容) |
| 笔记 | 列出所有笔记 |
| 笔记 | 按id删除笔记 |
| 知识库 | 存入一段文本(可带tags/source) |
| 知识库 | 关键词检索知识库 |
数据持久化到 data/notes.json 和 data/kb.json(已gitignore,首次写入时自动创建)。
手动验证清单
调用
get_current_time—— 确认MCP链路连通notes_add后notes_list—— 确认笔记持久化kb_add_document后用匹配关键词kb_search—— 确认检索生效web_fetch一个真实URL —— 确认外部抓取正常
单元测试
npm test测试文件在 test/,覆盖 fileStore、utility、notes、kb 里的纯逻辑函数;MCP服务器接入本身通过上面的手动验证清单确认。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceThis is an MCP server that enables agents to record, search, and retrieve memos using LowDB as a lightweight local database.1110MIT
- Alicense-qualityCmaintenanceMCP server for AI agents to read, write, and organize notes in a local-first, human-in-the-loop note-taking app.11MIT
- Alicense-qualityDmaintenanceMCP server for a personal knowledge base that captures and structures idea fragments, enabling MCP-capable agents to search, retrieve, and add notes with semantic links and clustering.3MIT
- AlicenseAqualityAmaintenanceMCP server for managing a local, domain-agnostic knowledge base using Markdown notes with frontmatter. Enables AI agents to capture, read, search, link, and maintain notes with atomic writes and privacy controls.13MIT
Related MCP Connectors
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Shared long-term memory vault for AI agents with 20 MCP tools.
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cynthiaflora/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server