We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/seekrays/seekchat'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
translation.json•12.5 kB
{
"common": {
"save": "Save",
"cancel": "Cancel",
"delete": "Delete",
"edit": "Edit",
"back": "Back",
"settings": "Settings",
"chat": "Chat",
"search": "Search",
"loading": "Loading...",
"failed": "Failed: ",
"success": "Success",
"collapseSidebar": "Collapse Sidebar",
"openSidebar": "Open Sidebar",
"about": "About",
"enable": "Enable",
"disable": "Disable",
"models": "Models",
"status": "Status",
"enabled": "Enabled",
"disabled": "Disabled",
"user": "User",
"seekChat": "SeekChat",
"unknownTool": "Unknown Tool",
"yes": "Yes",
"no": "No"
},
"settings": {
"title": "Settings",
"general": "General",
"language": "Language",
"theme": "Theme",
"light": "Light",
"dark": "Dark",
"system": "System",
"modelServices": "Model Services",
"providerSettings": "Provider Settings",
"apiKey": "API Key",
"apiKeyRequired": "Please set the API key first",
"baseUrl": "Base URL (Optional)",
"baseUrlRequired": "Base URL is required",
"enabled": "Enabled",
"disabled": "Disabled",
"saveSuccess": "Settings saved successfully",
"clearConfig": "Clear All Config",
"clearConfigConfirm": "Are you sure you want to clear all configurations?",
"clearSuccess": "All configurations cleared successfully",
"modelSettings": "Model Settings",
"temperature": "Temperature",
"temperatureHint": "Lower values make the output more deterministic, higher values make it more creative",
"contextLength": "Context Length",
"contextLengthHint": "Number of previous messages to include in the context",
"unlimitedContext": "Unlimited",
"currentMessageOnly": "Current message only",
"messages": "messages",
"resetToDefault": "Reset to Default",
"clearConfigHint": "If you encounter issues, you can try resetting all configurations. This will clear all saved settings, including API keys and model configurations.",
"selectProvider": "Select a Provider",
"selectProviderHint": "Choose an AI service provider to configure. Each provider is disabled by default, you can enable or disable it as needed.",
"modelDescription": "Model Description",
"noProvidersAvailable": "No providers available",
"noModelAvailable": "No models available",
"modelSettingsHint": "Enable or disable models after saving the settings. Disabled models will not be displayed in the chat.",
"aiGenerationTerminated": "AI generation terminated",
"stopGenerationFailed": "Stop generation failed: ",
"mcpSettings": "MCP Tools Settings",
"mcpServers": "MCP Tools",
"mcpDescription": "Model Context Protocol (MCP)",
"mcpDescriptionDetail": "MCP allows AI models to use external tools and services, enhancing chat with more capabilities. After configuring MCP tools, you can use these tools in chat.",
"addServer": "Add Tool",
"editServer": "Edit MCP Tool",
"serverName": "Tool Name",
"toolNamePlaceholder": "Enter unique tool name (English only)",
"toolDescription": "Description",
"toolDescriptionPlaceholder": "Enter tool description (optional)",
"toolsTooltip": "Available tools: {toolNames}",
"noToolDescription": "No description available",
"commandLabel": "Command",
"serverUrl": "Server URL",
"serverType": "Type",
"stdioType": "Standard IO (stdio)",
"sseType": "Server-Sent Events (SSE)",
"stdioUrlTooltip": "For stdio type, enter command line, e.g.: npx mcp-search",
"sseUrlTooltip": "For SSE type, enter HTTP URL, e.g.: http://localhost:3000/mcp",
"apiKeyTooltip": "Provide API key if the server requires authentication",
"apiKeyPlaceholder": "Optional, fill if required by service",
"testConnection": "Test Connection",
"testingConnection": "Testing connection...",
"connectionSuccess": "Connection successful",
"connectionFailed": "Connection failed",
"toolsFound": "{{count}} tools found",
"availableTools": "Available Tools",
"availableToolsCount": "{{count}} available tools",
"nameRequired": "Please enter a unique tool name (English only)",
"urlRequired": "Please enter Server URL or Command",
"typeRequired": "Please select server type",
"serverAdded": "Tool added",
"serverUpdated": "Tool updated",
"serverDeleted": "Tool deleted",
"serverActivated": "Tool activated",
"serverDeactivated": "Tool deactivated",
"confirmDelete": "Confirm Delete",
"deleteServerConfirm": "Are you sure you want to delete tool '{{name}}'?",
"noServersFound": "No MCP tools found",
"noToolsFound": "No tools found",
"loadServersFailed": "Failed to load server list",
"saveFailed": "Failed to save server",
"deleteFailed": "Failed to delete server",
"toggleActiveFailed": "Failed to toggle server status",
"testFailed": "Test connection failed",
"toolsAvailable": "Tools available",
"noToolsAvailable": "No tools available",
"testingConnectionMsg": "Testing connection...",
"connectionTestFailedMsg": "Connection test failed, cannot enable the tool",
"refreshingToolsMsg": "Refreshing tool list...",
"toolsFoundSuccessMsg": "Successfully retrieved {{count}} tools",
"refreshToolsFailedMsg": "Failed to refresh tool list: {{message}}",
"loadMessagesFailed": "Failed to load messages",
"missingProviderOrModel": "Please select a service provider and model first",
"providerDisabled": "Service provider {{name}} is disabled, please enable it in settings first",
"unsupportedProvider": "Unsupported provider: {{name}}",
"unknownModel": "Unknown Model",
"addCustomProvider": "Add Custom Provider",
"providerName": "Provider Name",
"providerNameRequired": "Provider name is required",
"providerNamePlaceholder": "Enter provider name",
"addProviderSuccess": "Provider added successfully",
"addModel": "Add Model",
"editModel": "Edit Model",
"modelId": "Model ID",
"modelIdRequired": "Model ID is required",
"modelIdNotEditable": "Model ID cannot be edited after creation. You can only modify the model name.",
"modelName": "Model Name",
"modelNamePlaceholder": "Enter model name (optional)",
"addModelSuccess": "Model added successfully",
"editModelSuccess": "Model edited successfully",
"deleteModelSuccess": "Model deleted successfully",
"confirmDeleteModel": "Are you sure you want to delete this model?",
"deleteProvider": "Delete Provider",
"confirmDeleteProvider": "Are you sure you want to delete this provider?",
"deleteProviderSuccess": "Provider deleted successfully",
"addProvider": "Add Provider",
"apiSettings": "API Settings",
"apiSettingsInfo": "Provider API Configuration",
"apiSettingsDescription": "Configure the API authentication and endpoint for this service provider.",
"apiBaseUrl": "API Base URL",
"enterApiBaseUrl": "Enter API Base URL",
"enterApiKey": "Enter API Key",
"modelAlreadyExists": "Model ID already exists",
"modelNotFound": "Model not found"
},
"chat": {
"newChat": "New Chat",
"send": "Send",
"stop": "Stop",
"typing": "Type a message...",
"sureToDeleteSession": "Are you sure you want to delete this session?",
"pleaseSelectOrCreateASession": "Please select or create a session first",
"messageDeletedTips": "All messages in current session have been deleted",
"noMessages": "No messages yet, send one to start the conversation!",
"loading": "Loading...",
"reasoning": "Reasoning",
"copyMessage": "Copy Message",
"messageCopied": "Message copied to clipboard",
"copyCode": "Copy Code",
"codeCopied": "Code copied to clipboard",
"copyToClipboard": "Copy to Clipboard",
"pleaseSelectAModel": "Please select a model first",
"aiGenerationTerminated": "AI generation terminated",
"stopGenerationFailed": "Failed to stop generation: ",
"userTerminatedGeneration": "User terminated generation",
"uploadImage": "Upload Image",
"sendingExceedMaxSize": "Failed to send: Image size cannot exceed 4MB",
"renameChat": "Rename Chat",
"deleteChat": "Delete Chat",
"enterChatName": "Enter chat name",
"startNewChat": "Start a new chat",
"clearChatConfirm": "Are you sure you want to delete chat '{{sessionName}}'?",
"clearChatConfirmContent": "This action cannot be undone. All messages in this chat will be permanently deleted.",
"modelChanged": "Model changed to: {{model}}",
"copiedToClipboard": "Copied to clipboard",
"missingProviderOrModel": "Missing provider or model",
"preparingApiCall": "Preparing API call for {{name}}",
"adapterNotFound": "Adapter not found",
"callingTool": "Calling tools...",
"maxRecursionReached": "Maximum tool call recursion reached ({{depth}})",
"startingToolCallRecursion": "Starting tool call recursion round {{depth}}",
"noToolCallsDirectComplete": "No tool calls, direct complete callback",
"apiCallFailed": "AI API call failed",
"requestCancelled": "Request cancelled by user",
"autoSelectedModel": "Auto-selected model: {{model}}",
"sendMessageFailed": "Failed to send message",
"mcpTools": {
"useTool": "Use MCP Tool",
"loading": "Loading tools...",
"noTools": "No tools available",
"noActiveServer": "No active MCP server, please activate a server in settings first",
"usefulTools": "Useful Tools",
"search": "Search tools",
"executeWith": "Execute with {{server}}",
"parameters": "Parameters",
"executeNow": "Execute Now",
"waiting": "Waiting for execution results...",
"executionSuccess": "Execution Success",
"executionFailed": "Execution Failed",
"executing": "Executing",
"executingTools": "Executing tools...",
"result": "Result",
"failed": "Execution Failed",
"invalidJson": "Invalid JSON parameters",
"sendFailed": "Failed to send",
"refreshTools": "Refresh Tools",
"callMCPTool": "Call MCP Tool",
"parameterRequired": "This parameter is required",
"selectOption": "Select an option",
"useMCPTools": "Use MCP Tools",
"mcpTools": "MCP Tools",
"executeTool": "Execute Tool",
"loadingTools": "Loading tools...",
"noToolsAvailable": "No tools available",
"noToolsDescription": "No tools are available. Please activate an MCP server in settings.",
"resultData": "Result Data",
"addToPrompt": "Add result to message",
"addToPromptTooltip": "Add the execution result to the current message",
"maxToolCallsReached": "Maximum number of tool calls reached",
"toolCallCompleted": "Tool call completed, waiting for AI response..."
}
},
"about": {
"version": "Version",
"feature": "Feature",
"officialWebsite": "Official Website",
"documentation": "Documentation",
"feedback": "Feedback",
"github": "GitHub",
"openLinkFailed": "Failed to open link:",
"description": "Smart chat application providing a smooth AI interaction experience",
"allRightsReserved": "All rights reserved",
"aboutDescription": "SeekChat is a powerful AI chat client that supports multiple AI service providers, providing a smooth user experience and rich features.",
"features": {
"multipleProviders": "Support multiple AI service providers",
"multiLanguage": "Multi-language support",
"localStorage": "Local storage of chat history, protecting privacy",
"simpleInterface": "Simple and intuitive user interface"
}
},
"language": {
"en": "English",
"zh-CN": "简体中文"
},
"log": {
"jsonParseFailed": "JSON parsing failed",
"streamParseFailed": "Stream data parsing failed",
"toolCallingProgress": "Tool calling progress",
"toolCallCompleted": "Tool call completed",
"finalCallbackCalled": "Final callback called"
},
"error": {
"toolNotFound": "Tool not found with ID {{id}}",
"specialTokenInToolParam": "Special token in tool parameter",
"incorrectParamFormat": "Incorrect parameter format",
"toolParamParseFailed": "Tool parameter parsing failed: {{message}}",
"toolExecutionFailed": "Tool execution failed: {{message}}",
"anthropicSerializationFailed": "Anthropic tool input serialization failed"
},
"status": {
"callingTool": "Calling tool: {{name}}",
"toolCallSuccess": "Tool call successful: {{name}}"
}
}