Skip to main content
Glama
Ithura

ithura-mcp

Official
by Ithura

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ITHURA_API_KEYYesWorkspace API token, from Settings > API tokens
ITHURA_API_URLNoPoint at your own host when self-hostinghttps://api.ithura.com
ITHURA_WORKSPACE_SLUGYesThe slug in your workspace URL

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_projectsA

List all projects in the workspace

get_projectA

Get a project by ID

create_projectA

Create a new project in the workspace

update_projectC

Update a project

list_issuesA

List issues in a project. Supports filtering by state, label, priority, assignee, cycle, module.

create_issueB

Create a new issue in a project

get_issueB

Get a single issue by ID

update_issueC

Update fields on an existing issue

delete_issueB

Delete an issue from a project

list_statesA

List workflow states for a project

list_labelsA

List labels for a project

create_labelB

Create a new label in a project

list_cyclesA

List all cycles in a project

create_cycleB

Create a new cycle in a project

add_issues_to_cycleB

Add issues to a cycle

remove_issue_from_cycleC

Remove an issue from a cycle

list_modulesA

List all modules in a project

create_moduleC

Create a new module in a project

delete_moduleB

Delete a module from a project

add_issues_to_moduleB

Add issues to a module

list_issue_commentsB

List comments on an issue

add_issue_commentA

Add a comment to an issue

search_workspaceC

Search across the workspace for issues, projects, cycles, modules, etc.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Ithura/ithura-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server