Skip to main content
Glama

NervusDB MCP Server

Official
by nervusdb
test-indexing.mjs686 B
import { IndexingService } from './src/domain/indexing/indexingService.ts'; const projectPath = '/Volumes/WorkDrive/Develop/github/test'; console.log('Testing IndexingService...'); console.log('Project path:', projectPath); const service = new IndexingService(); try { console.log('\nStarting indexing...'); const result = await service.index(projectPath); console.log('\n✅ Indexing completed successfully!'); console.log('Processed files:', result.processedFiles); console.log('Project dir:', result.projectDir); console.log('Fingerprint:', result.metadata.fingerprint.value); } catch (error) { console.error('\n❌ Indexing failed:'); console.error(error); }

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