kompo-mcp-rb-server
kompo-mcp-rb-server is a server application built in Rust, primarily used for developing microservices and APIs. It features a simple design and high performance, providing developers with an efficient working environment. The documentation and sample code are comprehensive, making it a new option in the Rust ecosystem.
GitHub Stars
0
User Rating
Not Rated
Favorites
0
Views
18
Forks
0
Issues
0
README
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
# build kompo-vfs
# cd kompo-vfs
# rm -rf target
# cargo build --release
# cd ..
# install kompo
# cd kompo
# gem build kompo.gemspec
# cd ../
gem install kompo/kompo-0.2.0.gem
# run kompo
# kompo -e server.rb -o hello-mcp-server
kompo -e hello.rb --local-kompo-fs-dir=kompo-vfs
run app
docker run -it --rm kompo-mcp-rb-server ./app
Related MCPs
echokit_server
285
echokit_server is a high-performance server software built in Rust, offering efficient data processing and API management. Designed for developers, it boasts high scalability and adaptability for various applications. It is particularly well-suited for real-time data processing and microservices architecture.