Mcp Server Example
@Idanref
Mcp Server Example について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"my-mcp-server": {
"command": "node",
"args": [
"src/index.js"
],
"env": {
"NODE_OPTIONS": "--no-deprecation"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Mcp Server Example?
—
How to use Mcp Server Example?
Start the server with node src/index.js. It can also be launched using the MCP inspector with npx @modelcontextprotocol/inspector node index.js. To integrate with Claude Desktop, add the server entry to the Claude Desktop configuration file (claude_desktop_config.json) using the provided JSON template that specifies the command, arguments, and optional environment variable NODE_OPTIONS.
Key features of Mcp Server Example
—
Use cases of Mcp Server Example
—
FAQ from Mcp Server Example
How do I start the server?
Run node src/index.js from the project directory.
How do I integrate this server with Claude Desktop?
Open your Claude Desktop configuration file (e.g., ~/Library/Application Support/Claude/claude_desktop_config.json) and add the server entry as shown in the README, using node as the command and the path to src/index.js as an argument.
How do I run the server using the MCP inspector?
Execute npx @modelcontextprotocol/inspector node index.js in your terminal.
「その他」の他のコンテンツ
Website
FunnyWolfAdversary simulation and Red teaming platform with AI

EverArt
modelcontextprotocolModel Context Protocol Servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
コメント