Skip to main content
Glama

ARC Config MCP Server

by tsviz
types.d.tsβ€’425 B
// Type declarations for modules that might not have complete types declare module 'fs-extra' { export * from 'fs-extra'; } declare module 'express' { export * from 'express'; } declare module 'cors' { export * from 'cors'; } // Additional type augmentations declare global { namespace Express { interface Request { user?: any; context?: any; } } } export { };

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/tsviz/arc-config-mcp'

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