SSE-based Server and mobile Angular App
@DrBenjamin
SSE-based Server and mobile Angular App について
MCP server for image recognition with Angular mobile client app.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"imagerecog": {
"command": "python",
"args": [
"-m",
"pip",
"install",
"mcp[cli]"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is SSE-based Server and mobile Angular App?
An image recognition tool built on the Model Context Protocol (MCP) using an SSE-based server–client architecture. It enables decoupled, cloud‑native image recognition where the MCP server runs as a separate process that agents can connect to and disconnect from on demand, unlike the traditional STDIO‑based pattern.
How to use SSE-based Server and mobile Angular App?
Install Node.js, Python, and the MCP package, then clone the repository. Run the MCP server with python src/server.py (or mcp dev src/server.py for development) and launch either the Streamlit client (python -m streamlit run mobile/app.py) or the mobile Angular app (ng serve after installing dependencies). Configure the OpenAI or Ollama API key in .streamlit/st.secrets.toml.
Key features of SSE-based Server and mobile Angular App
- SSE‑based MCP server for cloud‑native deployments
- Image recognition using OpenAI or local Ollama models
- Streamlit client app for desktop interaction
- Mobile Angular app built with Capacitor for iOS
- Docker support for hosting the MCP server
- Configurable system and user prompts for recognition
Use cases of SSE-based Server and mobile Angular App
- Recognize images via an always‑running MCP server accessible from remote clients
- Integrate image recognition into VS Code Copilot Chat or MCP Inspector
- Run a cloud‑hosted MCP server with a mobile companion app
- Experiment with different vision models (Ollama local or OpenAI API)
FAQ from SSE-based Server and mobile Angular App
What distinguishes this from a STDIO‑based MCP server?
SSE allows the MCP server and client to run as decoupled processes, potentially on separate nodes, fitting cloud‑native patterns better than STDIO where the client spawns a subprocess.
What dependencies are required?
Node.js, Python, the MCP package (via pip or conda), and either Ollama (for local models) or an OpenAI API key. For mobile, Angular CLI and Capacitor are needed.
How is authentication handled?
Authentication is not built‑in; the OpenAI API key is provided via the .streamlit/st.secrets.toml configuration file for cloud‑based recognition.
Can I deploy the server in a container?
Yes, a Dockerfile is provided. Build and push the image, then add it to a client like VS Code or Claude Desktop.
Where does image data reside?
Images are sent as base64 bytes or URLs from the client to the MCP server; the server passes them to the chosen LLM (local Ollama or OpenAI) for recognition. No image storage is described.
「その他」の他のコンテンツ
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Nginx UI
0xJackyYet another WebUI for Nginx
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.
コメント