Content
# mcp_gemini
Model Context Protocol client and server with Gemini LLM
## Server
the server code is in main.ts - which you can run and connect with claude by updating the developer config there
```json
{
"mcpServers":{
"mcp-server":{
"command":"deno",
"args":[
"run",
"-A",
"path_to_repo/main.ts"
]
}
}
}
```
## Client - when you want to have your own client and not use vscode or claude desktop
How to run the client
``` sh
cd client
deno run --allow-env --env-file=.env main.ts
```
Connection Info
You Might Also Like
Train-in-Silence
The first Task-Aware MCP server and automated VRAM calculator for LLM...
stacklit
108,000 lines of code. 4,000 tokens of index. One command makes any repo...
AppClaw
AI-powered mobile automation agent — describe what you want in plain...
pdf-mcp
Production-ready MCP server for PDF processing with intelligent caching....
kotadb
Local-only code intelligence API for AI developer workflows (Bun +...
gemini-api-docs-mcp
A remote HTTP MCP server for searching Google Gemini API documentation.