Content
# mcp-dicionario-da-rag
MCP (Model Context Protocol) implementation to allow LLMs to interact with Dicionario da Real Academia Galega
## Installation & Setup
1. Clone repository:
```bash
git clone https://github.com/yourusername/mcp-dicionario-da-rag.git
```
2. Install dependencies:
```bash
npm install
```
3. Build the project:
```bash
npm run build
```
4. Configure your MCP client (like Claude Desktop) by creating a config file with this structure:
```json
{
"mcpServers": {
"galicianDictionary": {
"command": "node",
"args": [
"/path/to/your/mcp-dicionario-da-rag/dist/mcp-server.js"
]
}
}
}
```
Make sure to replace `/path/to/your/` with your actual project path.
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.