An open API service indexing awesome lists of open source software.

https://github.com/moeki0/izabella-code

Modelss LLM Chat application for MacOS 💬
https://github.com/moeki0/izabella-code

Last synced: 10 months ago
JSON representation

Modelss LLM Chat application for MacOS 💬

Awesome Lists containing this project

README

          

ChatZen

# ChatZen(α)

- ChatZenは長期記憶を持つモードレスなチャットクライアントです

![Screenshot](./docs/screenshot.png)

## Settings

`Command`+`,`で設定ファイルを開いて以下のように設定してください。

```json
{
"apiKeys": {
"openai": "***",
"google": "***"
},
"mcpServers": {
"electron-docs": {
"url": "https://gitmcp.io/electron/electron"
},
"mastra-docs": {
"url": "https://gitmcp.io/mastra-ai/mastra"
},
"brave-search": {
"command": "docker",
"args": ["run", "-i", "--rm", "-e", "BRAVE_API_KEY", "mcp/brave-search"],
"env": {
"BRAVE_API_KEY": "***"
}
},
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
},
"cosense-mcp-server": {
"command": "npx",
"args": ["-y", "@yosider/cosense-mcp-server"],
"env": {
"COSENSE_PROJECT_NAME": "villagepump"
}
},
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/username/Note"]
},
"claude_code": {
"command": "claude",
"args": ["mcp", "serve"],
"env": {}
},
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"ghcr.io/github/github-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "***"
}
}
}
}
```