We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hummbl-dev/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
seed-relationships.ts•397 B
// HUMMBL Relationship Seed Data
// Starting fresh - zero verified relationships
// All relationships will be validated through the workflow
import type { ModelRelationship } from "../types/relationships.js";
export const seedRelationships: ModelRelationship[] = [
// Zero relationships - fresh start
// Use API endpoints to add validated relationships
];
export default seedRelationships;