Skip to main content
Glama

Raworc MCP Server

Cargo.tomlโ€ข1.21 kB
[package] name = "raworc-mcp" version = "0.1.0" edition = "2021" authors = ["Your Name <your.email@example.com>"] description = "Model Context Protocol server for Raworc - Production-ready MCP server for Raworc cloud platform" license = "MIT" repository = "https://github.com/yourusername/raworc-mcp" keywords = ["mcp", "raworc", "ai", "agent", "model-context-protocol"] categories = ["api-bindings", "development-tools", "command-line-utilities"] [dependencies] tokio = { version = "1.0", features = ["full"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" reqwest = { version = "0.11", features = ["json"] } anyhow = "1.0" thiserror = "1.0" uuid = { version = "1.0", features = ["v4"] } chrono = { version = "0.4", features = ["serde"] } clap = { version = "4.0", features = ["derive"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] } url = "2.0" base64 = "0.21" hex = "0.4" axum = { version = "0.7", features = ["macros", "json"] } tower-http = { version = "0.5", features = ["cors"] } [dev-dependencies] tokio-test = "0.4" wiremock = "0.5" [[bin]] name = "raworc-mcp" path = "src/main.rs" [lib] name = "raworc_mcp" path = "src/lib.rs"

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/harshapalnati/raworc-mcpserver'

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