We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nervusdb/nervusdb-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[package]
name = "synapse-parser-napi"
version = "0.1.0"
edition = "2021"
authors = ["NervusDB Contributors"]
description = "NAPI bindings for Synapse Parser"
license = "MIT"
[lib]
crate-type = ["cdylib"]
[dependencies]
napi = { workspace = true }
napi-derive = { workspace = true }
synapse-parser = { path = "../parser" }
serde_json = { workspace = true }
[build-dependencies]
napi-build = { workspace = true }