Model Context Protocol (MCP) compatible server focused on the sandbox game Albion Online, for AI agents.
Albion MCP Server
English 🇺🇸
Model Context Protocol (MCP) compatible server focused on the sandbox game Albion Online, for AI agents. This project allows provision of contexts to agents implementing the MCP protocol, enabling integration with game data.
🚀 Installation
npm install
🛠️ Como usar
To build the project, run:
npm run build
Then, run the server directly using Node.js:
node build/index.js
🤝 How to contribute
- Fork this repository
- Create a branch with your feature (git checkout -b feature/your-feature)
- Commit your changes (git commit -m "Add my feature")
- Push to your branch (git push origin feature/your-feature)
- Open a Pull Request
🐞 Reporting issues
Open issues here.
Português 🇧🇷
Servidor compatível com o Model Context Protocol (MCP) focado no jogo sandbox Albion Online, para agentes de IA.
Este projeto permite o fornecimento de contextos para agentes que implementam o protocolo MCP, facilitando a integração com dados do jogo.
🚀 Instalação
npm install
🛠️ Como usar
Para compilar o projeto, rode:
npm run build
Depois, execute o servidor diretamente via Node.js:
node build/index.js
🤝 Como contribuir
- Faça um fork deste repositório
- Crie uma branch com sua feature (git checkout -b feature/nome-da-feature)
- Commit suas mudanças (git commit -m "Adiciona minha feature")
- Envie para sua branch (git push origin feature/nome-da-feature)
- Abra um Pull Request
🐞 Reportar problemas
Abra issues aqui.