MCP_sertver-algorithm
@POcodingWER
About MCP_sertver-algorithm
알고리즘 MCP를 구현해보자
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp_server-algorithm": {
"command": "docker",
"args": [
"build",
"-t",
"mcp-algorithm",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
—
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx

EverArt
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments