Skip to main content
Glama

Memory Bank MCP Server

by t3ta
editor.css893 B
/* Basic styles for the custom editor webview */ body { padding: 1em; background-color: var(--vscode-editor-background); color: var(--vscode-editor-foreground); font-family: var(--vscode-font-family); } .editor-area { width: 98%; height: 85vh; /* Adjust height as needed */ border: 1px solid var(--vscode-input-border); background-color: var(--vscode-input-background); color: var(--vscode-input-foreground); font-family: var(--vscode-editor-font-family); /* Use editor font */ font-size: var(--vscode-editor-font-size); line-height: var(--vscode-editor-line-height); /* Add line height */ resize: none; /* Disable manual resizing */ box-sizing: border-box; /* Include padding and border in element's total width and height */ } .error-message { margin-top: 0.5em; color: var(--vscode-errorForeground); font-size: 0.9em; }

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

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