MCP.so
Sign In

Kompo MCP rb server

@ham0215

About Kompo MCP rb server

No overview available yet

Basic information

Category

Other

Runtime

rust

Transports

stdio

Publisher

ham0215

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

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 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.

Comments

More Other MCP servers