MCP_sertver-algorithm
@POcodingWER
MCP_sertver-algorithm について
알고리즘 MCP를 구현해보자
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp_server-algorithm": {
"command": "docker",
"args": [
"build",
"-t",
"mcp-algorithm",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP_sertver-algorithm?
MCP_sertver-algorithm is an MCP server that provides algorithm-related functionality. It can be run via stdio (using Docker) or SSE (local HTTP server on port 3333). It is intended for developers who want to integrate algorithmic tools into MCP-compatible clients.
How to use MCP_sertver-algorithm?
Install dependencies with npm i, then choose between two transport modes: build a Docker image with docker build -t mcp-algorithm . and add a stdio MCP server pointing to that Docker container, or run npm run sse and add an SSE MCP server pointing to http://localhost:3333/sse. Configuration is done by adding the appropriate block to the MCP client's mcpServers setting.
Key features of MCP_sertver-algorithm
- Supports stdio transport via Docker container.
- Supports SSE transport on localhost:3333.
- Minimal setup with npm and Docker.
Use cases of MCP_sertver-algorithm
—
FAQ from MCP_sertver-algorithm
—
「その他」の他のコンテンツ
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
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.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
コメント