Skip to main content
Glama

cognee-mcp

Input.tsx460 B
import classNames from "classnames" import { InputHTMLAttributes } from "react" export default function Input({ className, ...props }: InputHTMLAttributes<HTMLInputElement>) { return ( <input className={classNames("block w-full rounded-3xl bg-white px-4 h-10 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600", className)} {...props} /> ) }

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/topoteretes/cognee'

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