We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Anandb71/arbor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[package]
name = "arbor-mcp"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Model Context Protocol server for Arbor"
[dependencies]
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tracing.workspace = true
tokio.workspace = true
anyhow = "1.0"
async-trait = "0.1"
arbor-core = { path = "../arbor-core", version = "0.1.0" }
arbor-graph = { path = "../arbor-graph", version = "0.1.0" }
arbor-server = { path = "../arbor-server", version = "0.1.0" }