https://github.com/nguyenvanduocit/confluence-mcp
https://github.com/nguyenvanduocit/confluence-mcp
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nguyenvanduocit/confluence-mcp
- Owner: nguyenvanduocit
- Created: 2025-03-25T13:48:51.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T14:20:16.000Z (6 months ago)
- Last Synced: 2025-03-25T14:42:00.042Z (6 months ago)
- Language: Go
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - confluence-mcp - Provides a robust bridge to the Atlassian Confluence API as an MCP server, enabling search, retrieval, creation, and update of Confluence pages with full-text search and version control. ([Read more](/details/confluence-mcp.md)) `mcp` `confluence` `documentation` `project-management` (Project Management MCP Servers)
- awesome-mcp-servers - **confluence-mcp** - A Go-based Model Context Protocol (MCP) server for integrating AI assistants with Atlassian Confluence. This tool provides a seamless interface for interacting with the Confluence API through the standardized MCP, enabling AI models to search, retrieve, create, and update Confluence content. `go` `mcp` `mcp-server` `server` `api` `go install nguyenvanduocit/confluence-mcp@latest` (DevOps)
- awesome-mcp-servers - **confluence-mcp** - A Go-based Model Context Protocol (MCP) server for integrating AI assistants with Atlassian Confluence. This tool provides a seamless interface for interacting with the Confluence API through the standardized MCP, enabling AI models to search, retrieve, create, and update Confluence content. `go` `mcp` `mcp-server` `server` `api` `go install nguyenvanduocit/confluence-mcp@latest` (DevOps)
README
# Confluence MCP
A tool for interacting with Confluence API through MCP.
## Features
- Search Confluence pages and spaces
- Get page details and content
- Create new pages and spaces
- Update existing pages
- Manage page permissions and metadata## Installation
There are several ways to install the Script Tool:
### Option 1: Download from GitHub Releases
1. Visit the [GitHub Releases](https://github.com/nguyenvanduocit/confluence-mcp/releases) page
2. Download the binary for your platform:
- `confluence-mcp_linux_amd64` for Linux
- `confluence-mcp_darwin_amd64` for macOS
- `confluence-mcp_windows_amd64.exe` for Windows
3. Make the binary executable (Linux/macOS):
```bash
chmod +x confluence-mcp_*
```
4. Move it to your PATH (Linux/macOS):
```bash
sudo mv confluence-mcp_* /usr/local/bin/confluence-mcp
```### Option 2: Go install
```
go install github.com/nguyenvanduocit/confluence-mcp
```## Config
### Environment
1. Set up environment variables in `.env` file:
```
ATLASSIAN_HOST=your_atlassian_host
ATLASSIAN_EMAIL=your_email
ATLASSIAN_TOKEN=your_token
```### Claude, cursor
```
{
"mcpServers": {
"script": {
"command": "/path-to/script-mcp",
"args": ["-env", "path-to-env-file"]
}
}
}
```## Contributing
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request## License
This project is licensed under the MIT License - see the LICENSE file for details.