MCP.so
登录

Kompo MCP rb server

@ham0215

关于 Kompo MCP rb server

暂无概览

基本信息

分类

其他

运行时

rust

传输方式

stdio

发布者

ham0215

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Kompo MCP rb server?

Kompo MCP rb server is an MCP (Model Context Protocol) server that runs via Docker and uses the kompo Ruby gem alongside a kompo-vfs Rust component. It is designed for developers integrating MCP tooling in VS Code or other MCP-compatible environments.

How to use Kompo MCP rb server?

Configure the server in VS Code by adding a docker run -i --rm kompo-mcp-rb-server entry to your MCP settings. For development, run npx @modelcontextprotocol/inspector start.sh. Build the Docker image with docker build --no-cache -t kompo-mcp-rb-server . and run kompo -e hello.rb --local-kompo-fs-dir=kompo-vfs inside the container.

Key features of Kompo MCP rb server

  • Runs as a Docker container
  • Integrates with VS Code MCP settings
  • Uses kompo Ruby gem and kompo-vfs Rust component
  • Supports local file system (FS) directory configuration
  • Compatible with the MCP Inspector for development

Use cases of Kompo MCP rb server

  • Running an MCP server inside a Docker container for isolated development
  • Testing and debugging MCP tools with the official MCP Inspector
  • Integrating kompo-based Ruby scripts into MCP-enabled editors like VS Code

FAQ from Kompo MCP rb server

What dependencies does Kompo MCP rb server require?

Docker is required to build and run the server. Inside the container, Ruby (for the kompo gem) and Cargo/Rust (for building kompo-vfs) are needed.

How do I configure Kompo MCP rb server in VS Code?

Add the following to your VS Code MCP settings: a server entry with command docker and args ["run", "-i", "--rm", "kompo-mcp-rb-server"].

How can I develop or test Kompo MCP rb server?

Use the MCP Inspector by running npx @modelcontextprotocol/inspector start.sh from the project directory.

Does Kompo MCP rb server support authentication or specific transports?

The README does not provide details on authentication or supported transport protocols.

Where does Kompo MCP rb server store or access data?

The server can access a local file system directory specified via the --local-kompo-fs-dir flag when running the kompo command.

评论

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