We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bgauryy/octocode-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/**
* Octocode Shared
*
* Shared utilities for Octocode packages:
* - Credential management with keytar and encrypted file storage
* - Platform detection utilities
* - Session persistence
*/
// Re-export everything from credentials
export * from './credentials/index.js';
// Re-export everything from platform
export * from './platform/index.js';
// Re-export everything from session
export * from './session/index.js';