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 Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Servers
modelcontextprotocolModel Context Protocol Servers
コメント