MCP.so
登录

ColorsMCP - Model Context Protocol (MCP) Server

@markharrison

关于 ColorsMCP - Model Context Protocol (MCP) Server

MCP Server for Colors

基本信息

分类

其他

许可证

MIT

运行时

c#

传输方式

stdio

发布者

markharrison

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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.

评论

其他 分类下的更多 MCP 服务器