Skip to main content
Glama

NervusDB MCP Server

Official
by nervusdb
errors.ts561 B
import { DomainError } from '../shared/errors.js'; export class IndexNotFoundError extends DomainError { readonly code = 'INDEX_NOT_FOUND'; readonly isOperational = true; constructor(message = '索引不存在,请先运行 synapse:index 完成影子构建') { super(message); } } export class FingerprintMismatchError extends DomainError { readonly code = 'FINGERPRINT_MISMATCH'; readonly isOperational = true; constructor(message = '索引指纹已失效,请重新运行 synapse:index 重建知识图谱') { super(message); } }

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/nervusdb/nervusdb-mcp'

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