freelo-mcp-server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@freelo-mcp-servershow my current projects"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@sesonet/freelo-mcp-server
MCP (Model Context Protocol) server for Freelo project management API.
Key Features:
33 curated tools (reduced from 98 in original)
Readonly mode by default (
--readonlyflag)Audit logging (JSONL + optional webhook)
All MCP clients supported (Claude Code, Cursor, VS Code, etc.)
Fork of karlost/FreeloMCP.
Installation
Note: This package is not published to npm registry. Install directly from GitHub.
# Install globally from GitHub
npm install -g github:sesonet/freelo-mcp-serverRelated MCP server: productive-mcp
Quick Start
# Set credentials
export FREELO_EMAIL="your@email.com"
export FREELO_API_KEY="your-api-key"
# Run in readonly mode (default)
freelo-mcp-server
# Run with all tools (including edit operations)
FREELO_READONLY=false freelo-mcp-serverDocumentation
Installation Guide - Detailed setup for all clients
Tools Reference - Complete list of available tools
Configuration - Environment variables and options
Tool Categories
Category | Tools | Description |
Projects | 4 | List, details, workers |
Tasks | 11 | CRUD, finish, activate, templates |
Tasklists | 2 | List, details |
Subtasks | 2 | List, create |
Comments | 1 | List all comments |
Notes | 3 | Get, create, update |
Users | 2 | List, assignable workers |
Time Tracking | 2 | Start, stop timer |
Work Reports | 3 | List, create, update |
Search | 2 | Elasticsearch, custom filters |
States | 1 | List task states |
Total: 33 tools (20 readonly + 13 edit)
Modes
Readonly Mode (Default)
FREELO_READONLY=true freelo-mcp-serverOnly 20 read-only tools available. Safe for browsing and reporting.
Full Mode
FREELO_READONLY=false freelo-mcp-serverAll 33 tools available including create, update, and finish operations.
Audit Logging
All tool calls are logged to audit.jsonl:
{"timestamp":"2025-01-12T10:30:00.000Z","tool":"freelo_get_projects","params":{},"status":"success","durationMs":245}Configure via environment:
FREELO_AUDIT_LOG=./logs/audit.jsonl # Log file path
FREELO_AUDIT_WEBHOOK=https://... # Optional webhook URL
FREELO_AUDIT_ENABLED=false # Disable loggingEnvironment Variables
Variable | Required | Description |
| Yes | Freelo account email |
| Yes | Freelo API key |
| No | Custom User-Agent |
| No | Enable readonly mode |
| No | Audit log path |
| No | Webhook URL |
| No | Enable/disable audit |
Client Configuration
Claude Code (CLI)
Add to ~/.claude.json (macOS/Linux) or %USERPROFILE%\.claude.json (Windows):
{
"mcpServers": {
"freelo": {
"type": "stdio",
"command": "freelo-mcp-server",
"env": {
"FREELO_EMAIL": "your@email.com",
"FREELO_API_KEY": "your-api-key",
"FREELO_READONLY": "true"
}
}
}
}Other Clients
See Installation Guide for Cursor, VS Code, Windsurf, and Continue.dev setup.
License
MIT License - see LICENSE for details.
Dual copyright:
Original: (c) 2024 Chodeec
Fork: (c) 2025 sesonet
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceA comprehensive MCP server that provides 159 tools for interacting with the Freshservice ITSM platform, covering modules such as tickets, assets, and project management. It enables users to manage service desk operations and configuration through the Model Context Protocol.Last updated
- AlicenseAqualityCmaintenanceAn MCP server for Productive.io that enables users to log time, inspect projects, and manage time entries using natural language commands. It features fuzzy project matching, local caching, and remembers default services per project for streamlined time tracking.Last updated14MIT
- Alicense-qualityDmaintenanceMCP server for Freelo project management API, enabling task and project management through natural language.Last updated7010MIT
- AlicenseBqualityDmaintenanceMCP server for Redmine project management, enabling tools for managing projects, issues, users, time entries, groups, memberships, versions, wiki, news, attachments, search, and Agile sprints via the Redmine REST API.Last updated89151MIT
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/sesonet/freelo-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server