Connect Slog to your favorite AI assistants through the Model Context Protocol (MCP) for seamless time tracking and project management.
The Model Context Protocol (MCP) is a standard that enables AI assistants to securely connect to external data sources and tools. It allows AI models to interact with your applications in a controlled, secure manner.
With Slog's MCP server, you can ask your AI assistant to:
To connect Slog to your AI assistant via MCP:
https://www.slog-app.com/mcp/sse
For most AI assistants, you'll configure Slog as an MCP server with these settings:
{
"mcpServers": {
"Slog": {
"url": "https://www.slog-app.com/mcp/sse",
"headers": {
"Authorization": "Bearer your-api-token-here"
}
}
}
}