Skip to main content
Glama
orneryd

M.I.M.I.R - Multi-agent Intelligent Memory & Insight Repository

by orneryd
vite.config.ts876 B
import { defineConfig } from 'vite'; import react from '@vitejs/plugin-react'; export default defineConfig({ plugins: [react()], base: '/', // Important for embedded serving build: { outDir: 'dist', assetsDir: 'assets', }, server: { port: 5174, proxy: { // Proxy API requests to NornicDB server '/api': { target: 'http://localhost:7475', changeOrigin: true, rewrite: (path) => path.replace(/^\/api/, ''), }, '/db': { target: 'http://localhost:7475', changeOrigin: true, }, '/auth': { target: 'http://localhost:7475', changeOrigin: true, }, '/nornicdb': { target: 'http://localhost:7475', changeOrigin: true, }, '/admin': { target: 'http://localhost:7475', changeOrigin: true, }, }, }, });

Latest Blog Posts

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/orneryd/Mimir'

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