Skip to main content
Glama

DollhouseMCP

by DollhouseMCP
index.barrel.tsโ€ข747 B
/** * Central barrel file for easier imports * * Usage: * import { PersonaManager, GitHubClient } from '@/index.barrel'; */ // Types export * from './types/index.js'; // Config export * from './config/constants.js'; export * from './config/indicator-config.js'; // Security export * from './security/constants.js'; export * from './security/InputValidator.js'; // Utils export * from './utils/filesystem.js'; export * from './utils/git.js'; export * from './utils/version.js'; // Cache export * from './cache/APICache.js'; // Persona export * from './persona/index.js'; // Collection export * from './collection/index.js'; // Server export * from './server/index.js'; // Main server export { DollhouseMCPServer } from './index.js';

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/DollhouseMCP/DollhouseMCP'

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