Doroseek
@junjiepro
Doroseek について
Access all your OpenAI Compatible endpoints with the same base URL and API key.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"doroseek": {
"command": "deno",
"args": [
"task",
"start"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Doroseek?
Doroseek is a multi-purpose AI app built with Deno and Fresh that provides OpenAI-compatible endpoints, an MCP server with built-in tools, and an MCP proxy server to connect to other MCP servers. It is designed for developers who want to aggregate multiple AI endpoints and use MCP tools via SSE.
How to use Doroseek?
Install Deno, copy .env.example to .env, set ADMIN_KEY and MCP_MAX_DURATION environment variables, optionally configure the database, then run deno task start from the root of the repository. Access OpenAI-compatible routes via /{key} or /api, MCP SSE via /mcp/{server}/sse, and MCP proxy via /mcp/proxy/sse with appropriate parameters.
Key features of Doroseek
- OpenAI Compatible endpoints with key management and alias assignment
- Built-in MCP servers: Sequential Thinking and Think Tool
- MCP Proxy server to connect to stdio or SSE MCP servers
- Route-based access control with API keys
- Local development with Deno and Fresh framework
- Configurable maximum SSE connection duration
Use cases of Doroseek
- Aggregate multiple OpenAI-compatible endpoints under one base URL and API key
- Use MCP tools like Sequential Thinking via SSE from any MCP client
- Proxy connections to external MCP servers (stdio or SSE) for centralized management
- Share restricted access to AI endpoints with others using generated Doroseek API keys
FAQ from Doroseek
What is the difference between Doroseek and a direct OpenAI endpoint?
Doroseek allows you to manage multiple endpoints, assign aliases, and generate API keys for shared access, while also providing MCP server capabilities.
What are the runtime requirements?
Doroseek requires Deno to run locally and uses Deno's OpenKv for database by default.
Where does data live?
Data is stored locally in a Deno OpenKv database, defaulting to a local file (./db). No external database is required by default.
What transports are supported for MCP?
Doroseek uses SSE transport for its MCP SSE server and MCP Proxy server. The proxy can connect to stdio or external SSE servers.
How do I restrict access to my endpoints?
Set the ADMIN_KEY environment variable to restrict creation of settings to only that key; otherwise, any key can create its own settings.
「その他」の他のコンテンツ
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
コメント