Skip to main content
Glama
Cargo.toml883 B
[package] name = "forevervm-sdk" version = "0.1.35" edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://forevervm.com/" repository = "https://github.com/jamsocket/forevervm" readme = "README.md" description = "foreverVM SDK. Allows you to start foreverVMs and run a REPL on them." [dependencies] async-stream = "0.3.6" chrono = { version = "0.4.39", features = ["serde"] } futures-util = "0.3.31" regex = "1.11.1" reqwest = { version = "0.12.12", default-features = false, features = ["rustls-tls", "json", "stream"] } rustls = "0.23.21" serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.137" thiserror = "2.0.11" tokio = "1.43.0" tokio-tungstenite = { version = "0.26.1", features = ["rustls-tls-webpki-roots"] } tracing = "0.1.41" tungstenite = "0.26.1" url = "2.5.4" [dev-dependencies] tokio = { version = "1.43.0", features = ["macros"] }

Latest Blog Posts

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/jamsocket/forevervm'

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