Description
Provides access to Glyphic's sales intelligence platform, enabling retrieval of call recordings, transcripts, and structured conversation analysis. Supports CRM-integrated deal insights, participant data, and automated meeting recording capabilities.
Installation
git clone https://www.glyphic.ai Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
claude_desktop_config.json
{
"mcpServers": {
"glyphic": {
"command": "node",
"args": [
"path/to/server.js"
]
}
}
}