yigitkonur/latitude-mcp-server
If you are the rightful owner of latitude-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Latitude MCP Server is a comprehensive tool for managing AI prompts on Latitude.so, enabling seamless integration with your development environment.
Tools
Functions exposed to the LLM to take actions
list_projects
List all projects in your Latitude workspace.
create_project
Create a new project.
list_versions
List all versions for a project.
get_version
Get details for a specific version.
create_version
Create a new draft version.
publish_version
Publish a draft version to make it live.
list_prompts
List all prompts in a version.
get_prompt
Get a specific prompt by path.
push_prompt
Push prompt content to a draft version.
push_prompt_from_file
Push a prompt directly from a local file.
run_prompt
Execute a prompt and get AI response.
chat
Continue an existing conversation.
get_conversation
Get full conversation history.
list_logs
Get execution logs for a prompt.
create_log
Create a log entry for external executions.
trigger_evaluation
Trigger an evaluation run for a prompt.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client