Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MSTY_HOSTNoMsty installation host127.0.0.1
MSTY_AI_PORTNoLocal AI (Ollama) port11964
MSTY_TIMEOUTNoService timeout in seconds10
MSTY_MLX_PORTNoMLX service port11973
MSTY_VIBE_PORTNoVibe CLI Proxy port8317
ANTHROPIC_API_KEYNoRequired for Bloom judge model (Phase 6)
MSTY_LLAMACPP_PORTNoLLaMA.cpp service port11454

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
detect_msty_installationA

Detect Msty installation and configuration paths.

read_msty_databaseC

Query Msty SQLite database directly.

list_configured_toolsB

List all Msty configured tools.

get_model_providersA

List available model providers.

analyse_msty_healthA

Get comprehensive Msty system health report.

get_server_statusB

Get MCP server status.

export_tool_configC

Export Msty tool configuration.

sync_claude_preferencesB

Sync Claude preferences with Msty.

generate_personaC

Generate AI persona configuration.

import_tool_configD

Import tool configuration.

get_service_statusC

Get status of all service backends.

list_available_modelsA

List all available models across services.

query_local_ai_serviceD

Query Local AI (Ollama) service.

chat_with_local_modelC

Chat with a Local AI (Ollama) model.

recommend_modelC

Get model recommendation.

list_mlx_modelsB

List MLX models.

chat_with_mlx_modelC

Chat with an MLX model.

list_llamacpp_modelsB

List LLaMA.cpp models.

chat_with_llamacpp_modelD

Chat with a LLaMA.cpp model.

get_vibe_proxy_statusB

Check Vibe CLI proxy status.

query_vibe_proxyD

Query Vibe CLI proxy.

get_model_performance_metricsC

Get model performance metrics.

analyse_conversation_patternsD

Analyze conversation patterns.

compare_model_responsesC

Compare responses from different models.

optimise_knowledge_stacksC

Suggest knowledge stack optimizations.

suggest_persona_improvementsC

Suggest persona improvements.

run_calibration_testD

Run calibration test on a model.

evaluate_response_qualityD

Evaluate response quality.

identify_handoff_triggersC

Identify handoff trigger patterns.

get_calibration_historyC

Get calibration history.

bloom_evaluate_modelC

Run Bloom behavioral evaluation on a model.

bloom_check_handoffC

Check if model should hand off to Claude.

bloom_get_historyC

Get Bloom evaluation history.

bloom_list_behaviorsA

List available Bloom behaviors.

bloom_get_thresholdsC

Get quality thresholds for a task category.

bloom_validate_modelC

Validate model for Bloom evaluation.

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/M-Pineapple/msty-admin-mcp'

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