mcps
mcps
Тонкий stdio MCP-сервер, выступающий в роли фасада для логирования и подстановки секретов для сервисов, которые должны быть доступны ИИ-агентам.
Сервер работает по требованию и запускается MCP-хостом (OpenCode, Hermes Agent, Codex и т. д.). Учётные данные читаются из локального конфигурационного файла и никогда не появляются в результатах вызова инструментов.
Установка
uv syncRelated MCP server: mcp-homelab
Настройка
Создайте конфигурационный файл (по умолчанию $XDG_CONFIG_HOME/mcps/config.toml), принадлежащий пользователю, под которым запускается сервер, и имеющий режим доступа 0600:
[server]
log_file = "~/.local/state/mcps/mcps.log"
log_level = "INFO"
[homeassistant]
url = "http://hass.local:8123"
token = "..."
verify_tls = false
[mealie]
url = "http://mealie.local:9000"
api_key = "..."
[nirvana]
url = "https://api.nirvanahq.com"
email = "..."
password = "..."Отдельные значения можно переопределить через переменные окружения MCPS_* или флаги CLI. Приоритет (от низкого к высокому): файл < env < CLI.
Регистрация в MCP-хосте
Укажите вашему MCP-хосту на mcps (или python -m mcps). Пример для OpenCode (opencode.json или opencode.jsonc):
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mcps": {
"type": "local",
"command": ["mcps"],
"enabled": true
}
}
}Для запуска от другого пользователя:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mcps": {
"type": "local",
"command": ["sudo", "-u", "mcps", "-n", "mcps"],
"enabled": true
}
}
}Инструменты
homeassistant_list_entities,homeassistant_get_state,homeassistant_call_servicemealie_list_recipes,mealie_get_recipe,mealie_search_recipesnirvana_list_tasks,nirvana_get_task,nirvana_complete_task,nirvana_add_task
Логи
Простой текстовый лог записывается в [server].log_file (по умолчанию $XDG_STATE_HOME/mcps/mcps.log). Если файл не удаётся открыть, используется stderr.
Устранение неполадок
"config file not found" — укажите
--configилиMCPS_CONFIG_PATH."must have mode 0600" — выполните
chmod 600 <config>."missing required keys" — в вашем
[section]отсутствуютurlили учётные данные.
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
- AlicenseAqualityCmaintenanceMCP server for full Home Assistant control, enabling AI agents to manage dashboards, automations, files, apps, entities, and more via REST API, WebSocket, and SSH.66116MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that gives AI assistants real-time access to your homelab infrastructure. It enables querying node status, managing Docker containers, controlling Proxmox VMs, and inspecting OPNsense firewall state through natural conversation.2MIT
- FlicenseNot gradedqualityDmaintenanceA lightweight MCP HTTP server giving AI assistants real tools to interact with your Windows machine, including running commands, file access, system info, web search, and browser automation.1
- AlicenseAqualityCmaintenanceAn MCP server exposing 72 tools across 26 homelab services, enabling LLMs to monitor and manage infrastructure, media, storage, and networking with a single endpoint.16MIT
Related MCP Connectors
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Hosted MCP server to manage a restaurant menu from AI agents - 39 tools over the DuckHub API.
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/klausmark/mcps'
If you have feedback or need assistance with the MCP directory API, please join our Discord server