Skip to content

hkdb/otui-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OTUI MCP Registry

MCP (Model Context Protocol) server plugins registry for OTUI

📊 Statistics

Plugin Count

📋 What is this?

This repository contains a pre-processed, enriched registry of a growing number of MCP server plugins for OTUI. More plugins will be added as time allows.

This allows for OTUI users to easily discover, install, and use MCP servers.

🚀 Usage

In OTUI

OTUI automatically fetches this registry when you press 'r' (refresh) in the Plugin Manager.

No configuration needed - it just works!

Manual Access

Fetch the latest registry programmatically:

curl https://raw.githubusercontent.com/hkdb/otui-registry/main/plugins.json

JSON Structure

[
  {
    "id": "ihor-sokoliuk-mcp-searxng",
    "name": "ihor-sokoliuk/mcp-searxng",
    "description": "MCP server for SearXNG web search integration",
    "category": "utility",
    "license": "MIT",
    "repository": "https://github.com/ihor-sokoliuk/mcp-searxng",
    "author": "ihor-sokoliuk",
    "stars": 304,
    "updated_at": "2025-10-29T05:39:20Z",
    "language": "TypeScript",
    "install_type": "npm",
    "package": "ihor-sokoliuk/mcp-searxng",
    "environment": "SEARXNG_URL",
    "args": "",
    "verified": true,
    "official": false
  },
]

🤝 Contributing

Found an incorrect entry? Want to suggest improvements?

  1. Open an issue
  2. Submit a pull request
  3. Contribute to awesome-mcp-servers (upstream source)

📜 License

This registry data is compiled from public GitHub repositories and is provided as-is for convenience.

Individual plugins have their own licenses - check the license field in registry.json.

🔗 Related Projects


🚨 Disclaimer

The list of MCP servers in this registry are not all tested and verified to be safe to run. All users should do their own research and use their best judgement to stay safe when using MCP servers provided by this registry. The Author and the contributors are not held responsible by any damages caused by using the registry or the MCP servers it lists.

About

MCP (Model Context Protocol) server plugins registry for OTUI ~ https://github.com/hkdb/otui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published