Skip to main content
Glama

Neo4j MCP Server

lift.js630 B
import { isFunction } from './isFunction'; export function hasLift(source) { return isFunction(source === null || source === void 0 ? void 0 : source.lift); } export function operate(init) { return function (source) { if (hasLift(source)) { return source.lift(function (liftedSource) { try { return init(liftedSource, this); } catch (err) { this.error(err); } }); } throw new TypeError('Unable to lift unknown Observable type'); }; } //# sourceMappingURL=lift.js.map

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/Tobarrientos2/neo4j-mcpserver'

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