GitHubスター
766
ユーザー評価
未評価
お気に入り
0
閲覧数
4
フォーク
181
イシュー
9
Scira MCP Chat
An open-source AI chatbot app powered by Model Context Protocol (MCP), built with Next.js and the AI SDK by Vercel.
Features • MCP Configuration • License
Features
- Streaming text responses powered by the AI SDK by Vercel, allowing multiple AI providers to be used interchangeably with just a few lines of code.
- Full integration with Model Context Protocol (MCP) servers to expand available tools and capabilities.
- HTTP and SSE transport types for connecting to various MCP tool providers.
- Built-in tool integration for extending AI capabilities.
- Reasoning model support.
- shadcn/ui components for a modern, responsive UI powered by Tailwind CSS.
- Built with the latest Next.js App Router.
MCP Server Configuration
This application supports connecting to Model Context Protocol (MCP) servers to access their tools. You can add and manage MCP servers through the settings icon in the chat interface.
Adding an MCP Server
- Click the settings icon (⚙️) next to the model selector in the chat interface.
- Enter a name for your MCP server.
- Select the transport type:
- HTTP: For HTTP-based remote servers
- SSE (Server-Sent Events): For SSE-based remote servers
HTTP or SSE Configuration
- Enter the server URL (e.g.,
https://mcp.example.com/mcp
orhttps://mcp.example.com/token/sse
) - Click "Add Server"
- Click "Enable Server" to activate the server for the current chat session.
Available MCP Servers
You can use any MCP-compatible server with this application. Here are some examples:
- Composio - Provides search, code interpreter, and other tools
- Zapier MCP - Provides access to Zapier tools
- Hugging Face MCP - Provides tool access to Hugging Face Hub
- Any MCP server compatible with HTTP or SSE transport
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
814
フォロワー
191
リポジトリ
21
Gist
0
貢献数
5ire is a cross-platform desktop AI assistant, MCP client. It compatible with major service providers, supports local knowledge base and tools via model context protocol servers .
Desktop app that automatically scans and blocks malicious MCP traffic in AI apps like Cursor, Claude, VS Code and Windsurf.
Node.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.