MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

Model Context Protocol (MCP) compatible server focused on the sandbox game Albion Online, for AI agents.

创建于 5/30/2025
更新于 7 days ago
Repository documentation and setup instructions

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.

快速设置
此服务器的安装指南

安装包 (如果需要)

npx @modelcontextprotocol/server-albion_mcp

Cursor 配置 (mcp.json)

{ "mcpServers": { "adryansf-albion-mcp": { "command": "npx", "args": [ "adryansf-albion-mcp" ] } } }