Skip to main content
Glama

microsandbox

by microsandbox
README.md573 B
# Microsandbox Kotlin SDK A minimal Kotlin SDK for the Microsandbox project. ## Installation ### Gradle ```kotlin dependencies { implementation("dev.microsandbox:microsandbox-kotlin:0.1.0") } ``` ### Maven ```xml <dependency> <groupId>dev.microsandbox</groupId> <artifactId>microsandbox-kotlin</artifactId> <version>0.1.0</version> </dependency> ``` ## Usage ```kotlin import dev.microsandbox.HelloWorld fun main() { // Print a greeting HelloWorld.greet("World") } ``` ## License [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/microsandbox/microsandbox'

If you have feedback or need assistance with the MCP directory API, please join our Discord server