mcp-server-with-bun
@jeremyimmanuel
关于 mcp-server-with-bun
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-with-bun": {
"command": "bun",
"args": [
"server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-server-with-bun?
mcp-server-with-bun is an MCP (Model Context Protocol) server built with the Bun JavaScript runtime and intended for use with Claude Desktop as an MCP client.
How to use mcp-server-with-bun?
Install dependencies with bun install, then run the server with bun server. To debug use bun debug. For use with Claude Desktop, add the configuration shown in the README to claude_desktop_config.json.
Key features of mcp-server-with-bun
- Built with the Bun JavaScript runtime
- Implements the MCP protocol
- Provides a debug command (
bun debug) - Integrates with Claude Desktop
Use cases of mcp-server-with-bun
- Running an MCP server for Claude Desktop
- Debugging MCP server interactions
- Starting point for building Bun-based MCP servers
FAQ from mcp-server-with-bun
How do I install the dependencies?
Run bun install in the project directory.
How do I run the MCP server?
Execute bun server from the command line.
How do I debug the server?
Use `bun
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
评论