Kompo MCP rb server
Description
# Kompo MCP rb server ## MCP setting ### VS Code ``` { "servers": { "hello": { "command": "docker", "args": [ "run", "-i", "--rm", "kompo-mcp-rb-server" ] }, } } ``` ### development https://github.com/modelcontextprotocol/inspector ``` npx @modelcontextprotocol/inspector…
About
# Kompo MCP rb server ## MCP setting ### VS Code ``` { "servers": { "hello": { "command": "docker", "args": [ "run", "-i", "--rm", "kompo-mcp-rb-server" ] }, } } ``` ### development https://github.com/modelcontextprotocol/inspector ``` npx @modelcontextprotocol/inspector start.sh ``` ## kompo ### install kompo in…
Details
- Author
- ham0215
- Downloads
- 129
- Categories
- Other
Jump to
- 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
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.
Kompo MCP rb server
MCP setting
VS Code
{
"servers": {
"hello": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"kompo-mcp-rb-server"
]
},
}
}
development
https://github.com/modelcontextprotocol/inspector
npx @modelcontextprotocol/inspector start.sh
kompo
install kompo in local repository
gem install
run kompo
```
docker build --no-cache -t kompo-mcp-rb-server .
docker run -it --rm -v .:/app kompo-mcp-rb-server bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



