We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Digital-Defiance/mcp-process'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•278 B
/**
* MCP ACS Process Server - Main entry point
*
* Provides process management and monitoring capabilities for AI agents
* with strict security boundaries enforced by executable allowlists.
*/
export * from "./types";
export * from "./interfaces";
export * from "./lib";