
mcp ollama setup
Script d'installation automatique pour MCP, Ollama, et DeepSeek
Repository Info
About This Server
Script d'installation automatique pour MCP, Ollama, et DeepSeek
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Installation de MCP, Ollama et DeepSeek
Prérequis
- Python 3.11+
- Go
- Node.js 22.10+
- PowerShell (avec droits administrateur)
Instructions d'installation
- Cloner le dépôt :
git clone https://github.com/aurelienbran/mcp-ollama-setup.git
cd mcp-ollama-setup
- Exécuter le script d'installation :
.\setup.ps1
Composants installés
- Ollama
- Modèle DeepSeek
- Serveur MCP local
- Dépendances Python
Tester l'installation
- Démarrer le serveur MCP :
cd C:\mcp_server
.\venv\Scripts\Activate
python main.py
- Tester avec curl ou Invoke-RestMethod :
Invoke-RestMethod -Uri "http://localhost:8000" -Method Post -Body (@{
jsonrpc = "2.0"
method = "handle_request"
params = @{
prompt = "Bonjour"
model = "deepseek/chat"
}
id = 1
} | ConvertTo-Json) -ContentType "application/json"
Résolution des problèmes
- Vérifiez que tous les prérequis sont installés
- Assurez-vous d'exécuter PowerShell en mode administrateur
- Consultez les logs pour plus de détails
Contributions
Les contributions sont les bienvenues ! Ouvrez une issue ou soumettez une pull request.
Quick Start
Clone the repository
git clone https://github.com/aurelienbran/mcp-ollama-setupInstall dependencies
cd mcp-ollama-setup
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.