Skip to main content
Glama

Memory Bank MCP Server

protocols.ts543 B
import { ReadFileUseCase } from "../../../domain/usecases/read-file.js"; import { NotFoundError } from "../../errors/index.js"; import { Controller, Request, Response, Validator, } from "../../protocols/index.js"; export interface ReadRequest { /** * The name of the project containing the file. */ projectName: string; /** * The name of the file to read. */ fileName: string; } export type ReadResponse = string; export { Controller, NotFoundError, ReadFileUseCase, Request, Response, Validator, };

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/alioshr/memory-bank-mcp'

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