Skip to main content
Glama

Memory Bank MCP Server

by t3ta
vitest.config.ts787 B
import { defineConfig } from 'vitest/config'; // import { resolve } from 'path'; // 現在は使用していないのでコメントアウト import tsconfigPaths from 'vite-tsconfig-paths'; export default defineConfig({ plugins: [tsconfigPaths()], // プラグインを再度有効化 test: { environment: 'node', include: ['**/tests/**/*.test.ts'], // tests ディレクトリ配下の .test.ts ファイルを対象に exclude: ['node_modules', 'dist'], // root: '.', // packages/schemas をルートに (コメントアウトしてみる) globals: true // グローバル API を有効化 }, // resolve: { // tsconfigPaths プラグインに任せるためコメントアウト // alias: { // '@': resolve(__dirname, 'src') // } // } });

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