ColorsMCP - Model Context Protocol (MCP) Server
@markharrison
ColorsMCP - Model Context Protocol (MCP) Server について
MCP Server for Colors
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is ColorsMCP?
ColorsMCP is a Model Context Protocol (MCP) server built with .NET 9.0 that provides knowledge about colors. It supports multiple transport modes for integration with MCP clients, including STDIO, HTTP Streamable (Docker), and SSE (Azure Function App).
How to use ColorsMCP?
Install and run the server using the .NET CLI for STDIO, build and run a Docker image for HTTP, or deploy an Azure Function App for SSE. Configure your MCP client (e.g., VS Code) with a mcp.json file pointing to the appropriate server endpoint as shown in the README.
Key features of ColorsMCP
- .NET 9.0 implementation
- Supports STDIO, HTTP, and SSE transports
- Docker image for HTTP Streamable mode
- Azure Functions deployment for SSE
- Optional OAuth authentication/authorization for HTTP
Use cases of ColorsMCP
- Generate a palette of colors from a given family (e.g., blue) and output to an HTML file
- Access color knowledge programmatically via an MCP client
- Deploy as a cloud resource with Azure Functions and secure with keys
FAQ from ColorsMCP
What transport modes are supported?
STDIO, HTTP Streamable (Docker), and SSE (Azure Function App). HTTP can also run with OAuth authentication.
How do I configure VS Code to use ColorsMCP?
Add a server entry to .vscode/mcp.json with the appropriate type (stdio, http, or sse) and the required URL/command.
What are the runtime dependencies?
STDIO mode requires .NET 9.0. HTTP mode requires Docker. SSE mode requires an Azure Functions deployment.
Does ColorsMCP support authentication?
Yes. The HTTP Docker image can be built with OAuth authentication/authorization, and the SSE Azure Function App requires an x-functions-key header.
How can I test the MCP server?
Set the environment variable DANGEROUSLY_OMIT_AUTH=true and run npx @modelcontextprotocol/inspector.
「その他」の他のコンテンツ
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 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,
コメント