Skip to content

Releases: ironsheep/P2-Knowledge-Base-MCP

Release v1.3.4

12 Mar 22:13

Choose a tag to compare

P2KB MCP v1.3.4

MCP server providing access to the Propeller 2 Knowledge Base for Claude.


Option 1: Container-Tools Package (Recommended for /opt/container-tools/)

Multi-platform package for container-tools installations. Includes binaries for all platforms.

# Download and extract
tar -xzf container-tools-p2kb-mcp-v1.3.4.tar.gz
cd p2kb-mcp

# Install
sudo ./install.sh

# Verify
/opt/container-tools/bin/p2kb-mcp --version

After installation:

  • Binary: /opt/container-tools/p2kb-mcp/bin/p2kb-mcp
  • Symlink: /opt/container-tools/bin/p2kb-mcp
  • Cache: /opt/container-tools/var/cache/p2kb-mcp/

Option 2: Standalone Package

Single-platform packages. Extract and place in your preferred location.

Platform File
Linux AMD64 p2kb-mcp-v1.3.4-linux-amd64.tar.gz
Linux ARM64 p2kb-mcp-v1.3.4-linux-arm64.tar.gz
macOS Apple Silicon p2kb-mcp-v1.3.4-darwin-arm64.tar.gz
macOS Intel p2kb-mcp-v1.3.4-darwin-amd64.tar.gz
Windows AMD64 p2kb-mcp-v1.3.4-windows-amd64.zip
Windows ARM64 p2kb-mcp-v1.3.4-windows-arm64.zip

Installation:

# Linux/macOS - extract and place in /opt
tar -xzf p2kb-mcp-v1.3.4-<platform>.tar.gz
sudo mv p2kb-mcp /opt/

# Windows - extract zip to desired location

Cache locations:

  • Linux/macOS: .cache/ directory next to the binary
  • Windows: %LOCALAPPDATA%\p2kb-mcp\cache\

Platform Notes

  • macOS: macOS binaries are signed and notarized.

Features

  • Search P2 Knowledge Base by key or term
  • Browse categories (PASM2, Spin2, Architecture, etc.)
  • Fetch documentation with automatic caching
  • Batch operations for multiple keys
  • Related instruction lookup

Checksums

See checksums.txt for SHA256 checksums of all files.

Full Changelog: v1.3.3...v1.3.4

Release v1.3.3

03 Feb 20:53

Choose a tag to compare

P2KB MCP v1.3.3

MCP server providing access to the Propeller 2 Knowledge Base for Claude.


Option 1: Container-Tools Package (Recommended for /opt/container-tools/)

Multi-platform package for container-tools installations. Includes binaries for all platforms.

# Download and extract
tar -xzf container-tools-p2kb-mcp-v1.3.3.tar.gz
cd p2kb-mcp

# Install
sudo ./install.sh

# Verify
/opt/container-tools/bin/p2kb-mcp --version

After installation:

  • Binary: /opt/container-tools/p2kb-mcp/bin/p2kb-mcp
  • Symlink: /opt/container-tools/bin/p2kb-mcp
  • Cache: /opt/container-tools/var/cache/p2kb-mcp/

Option 2: Standalone Package

Single-platform packages. Extract and place in your preferred location.

Platform File
Linux AMD64 p2kb-mcp-v1.3.3-linux-amd64.tar.gz
Linux ARM64 p2kb-mcp-v1.3.3-linux-arm64.tar.gz
macOS Apple Silicon p2kb-mcp-v1.3.3-darwin-arm64.tar.gz
macOS Intel p2kb-mcp-v1.3.3-darwin-amd64.tar.gz
Windows AMD64 p2kb-mcp-v1.3.3-windows-amd64.zip
Windows ARM64 p2kb-mcp-v1.3.3-windows-arm64.zip

Installation:

# Linux/macOS - extract and place in /opt
tar -xzf p2kb-mcp-v1.3.3-<platform>.tar.gz
sudo mv p2kb-mcp /opt/

# Windows - extract zip to desired location

Cache locations:

  • Linux/macOS: .cache/ directory next to the binary
  • Windows: %LOCALAPPDATA%\p2kb-mcp\cache\

Platform Notes

  • macOS: macOS binaries are signed and notarized.

Features

  • Search P2 Knowledge Base by key or term
  • Browse categories (PASM2, Spin2, Architecture, etc.)
  • Fetch documentation with automatic caching
  • Batch operations for multiple keys
  • Related instruction lookup

Checksums

See checksums.txt for SHA256 checksums of all files.

Full Changelog: v1.3.2...v1.3.3

Release v1.3.2

17 Jan 05:16

Choose a tag to compare

P2KB MCP v1.3.2

MCP server providing access to the Propeller 2 Knowledge Base for Claude.


Option 1: Container-Tools Package (Recommended for /opt/container-tools/)

Multi-platform package for container-tools installations. Includes binaries for all platforms.

# Download and extract
tar -xzf container-tools-p2kb-mcp-v1.3.2.tar.gz
cd p2kb-mcp

# Install
sudo ./install.sh

# Verify
/opt/container-tools/bin/p2kb-mcp --version

After installation:

  • Binary: /opt/container-tools/p2kb-mcp/bin/p2kb-mcp
  • Symlink: /opt/container-tools/bin/p2kb-mcp
  • Cache: /opt/container-tools/var/cache/p2kb-mcp/

Option 2: Standalone Package

Single-platform packages. Extract and place in your preferred location.

Platform File
Linux AMD64 p2kb-mcp-v1.3.2-linux-amd64.tar.gz
Linux ARM64 p2kb-mcp-v1.3.2-linux-arm64.tar.gz
macOS Apple Silicon p2kb-mcp-v1.3.2-darwin-arm64.tar.gz
macOS Intel p2kb-mcp-v1.3.2-darwin-amd64.tar.gz
Windows AMD64 p2kb-mcp-v1.3.2-windows-amd64.zip
Windows ARM64 p2kb-mcp-v1.3.2-windows-arm64.zip

Installation:

# Linux/macOS - extract and place in /opt
tar -xzf p2kb-mcp-v1.3.2-<platform>.tar.gz
sudo mv p2kb-mcp /opt/

# Windows - extract zip to desired location

Cache locations:

  • Linux/macOS: .cache/ directory next to the binary
  • Windows: %LOCALAPPDATA%\p2kb-mcp\cache\

Platform Notes

  • macOS: macOS binaries are signed and notarized.

Features

  • Search P2 Knowledge Base by key or term
  • Browse categories (PASM2, Spin2, Architecture, etc.)
  • Fetch documentation with automatic caching
  • Batch operations for multiple keys
  • Related instruction lookup

Checksums

See checksums.txt for SHA256 checksums of all files.

Full Changelog: v1.3.1...v1.3.2

Release v1.3.1

17 Jan 02:21

Choose a tag to compare

P2KB MCP v1.3.1

MCP server providing access to the Propeller 2 Knowledge Base for Claude.


Option 1: Container-Tools Package (Recommended for /opt/container-tools/)

Multi-platform package for container-tools installations. Includes binaries for all platforms.

# Download and extract
tar -xzf container-tools-p2kb-mcp-v1.3.1.tar.gz
cd p2kb-mcp

# Install
sudo ./install.sh

# Verify
/opt/container-tools/bin/p2kb-mcp --version

After installation:

  • Binary: /opt/container-tools/p2kb-mcp/bin/p2kb-mcp
  • Symlink: /opt/container-tools/bin/p2kb-mcp
  • Cache: /opt/container-tools/var/cache/p2kb-mcp/

Option 2: Standalone Package

Single-platform packages. Extract and place in your preferred location.

Platform File
Linux AMD64 p2kb-mcp-v1.3.1-linux-amd64.tar.gz
Linux ARM64 p2kb-mcp-v1.3.1-linux-arm64.tar.gz
macOS Apple Silicon p2kb-mcp-v1.3.1-darwin-arm64.tar.gz
macOS Intel p2kb-mcp-v1.3.1-darwin-amd64.tar.gz
Windows AMD64 p2kb-mcp-v1.3.1-windows-amd64.zip
Windows ARM64 p2kb-mcp-v1.3.1-windows-arm64.zip

Installation:

# Linux/macOS - extract and place in /opt
tar -xzf p2kb-mcp-v1.3.1-<platform>.tar.gz
sudo mv p2kb-mcp /opt/

# Windows - extract zip to desired location

Cache locations:

  • Linux/macOS: .cache/ directory next to the binary
  • Windows: %LOCALAPPDATA%\p2kb-mcp\cache\

Platform Notes

  • macOS: macOS binaries are signed and notarized.

Features

  • Search P2 Knowledge Base by key or term
  • Browse categories (PASM2, Spin2, Architecture, etc.)
  • Fetch documentation with automatic caching
  • Batch operations for multiple keys
  • Related instruction lookup

Checksums

See checksums.txt for SHA256 checksums of all files.

Full Changelog: v1.3.0...v1.3.1

Release v1.3.0

16 Jan 00:00

Choose a tag to compare

P2KB MCP v1.3.0

MCP server providing access to the Propeller 2 Knowledge Base for Claude.


Option 1: Container-Tools Package (Recommended for /opt/container-tools/)

Multi-platform package for container-tools installations. Includes binaries for all platforms.

# Download and extract
tar -xzf container-tools-p2kb-mcp-v1.3.0.tar.gz
cd p2kb-mcp

# Install
sudo ./install.sh

# Verify
/opt/container-tools/bin/p2kb-mcp --version

After installation:

  • Binary: /opt/container-tools/p2kb-mcp/bin/p2kb-mcp
  • Symlink: /opt/container-tools/bin/p2kb-mcp
  • Cache: /opt/container-tools/var/cache/p2kb-mcp/

Option 2: Standalone Package

Single-platform packages. Extract and place in your preferred location.

Platform File
Linux AMD64 p2kb-mcp-v1.3.0-linux-amd64.tar.gz
Linux ARM64 p2kb-mcp-v1.3.0-linux-arm64.tar.gz
macOS Apple Silicon p2kb-mcp-v1.3.0-darwin-arm64.tar.gz
macOS Intel p2kb-mcp-v1.3.0-darwin-amd64.tar.gz
Windows AMD64 p2kb-mcp-v1.3.0-windows-amd64.zip
Windows ARM64 p2kb-mcp-v1.3.0-windows-arm64.zip

Installation:

# Linux/macOS - extract and place in /opt
tar -xzf p2kb-mcp-v1.3.0-<platform>.tar.gz
sudo mv p2kb-mcp /opt/

# Windows - extract zip to desired location

Cache locations:

  • Linux/macOS: .cache/ directory next to the binary
  • Windows: %LOCALAPPDATA%\p2kb-mcp\cache\

Platform Notes

  • macOS: macOS binaries are signed and notarized.

Features

  • Search P2 Knowledge Base by key or term
  • Browse categories (PASM2, Spin2, Architecture, etc.)
  • Fetch documentation with automatic caching
  • Batch operations for multiple keys
  • Related instruction lookup

Checksums

See checksums.txt for SHA256 checksums of all files.

Full Changelog: v1.2.3...v1.3.0

Release v1.2.3

07 Jan 00:56

Choose a tag to compare

P2KB MCP v1.2.3

MCP server providing access to the Propeller 2 Knowledge Base for Claude.


Option 1: Container-Tools Package (Recommended for /opt/container-tools/)

Multi-platform package for container-tools installations. Includes binaries for all platforms.

# Download and extract
tar -xzf container-tools-p2kb-mcp-v1.2.3.tar.gz
cd p2kb-mcp

# Install
sudo ./install.sh

# Verify
/opt/container-tools/bin/p2kb-mcp --version

After installation:

  • Binary: /opt/container-tools/p2kb-mcp/bin/p2kb-mcp
  • Symlink: /opt/container-tools/bin/p2kb-mcp
  • Cache: /opt/container-tools/var/cache/p2kb-mcp/

Option 2: Standalone Package

Single-platform packages. Extract and place in your preferred location.

Platform File
Linux AMD64 p2kb-mcp-v1.2.3-linux-amd64.tar.gz
Linux ARM64 p2kb-mcp-v1.2.3-linux-arm64.tar.gz
macOS Apple Silicon p2kb-mcp-v1.2.3-darwin-arm64.tar.gz
macOS Intel p2kb-mcp-v1.2.3-darwin-amd64.tar.gz
Windows AMD64 p2kb-mcp-v1.2.3-windows-amd64.zip
Windows ARM64 p2kb-mcp-v1.2.3-windows-arm64.zip

Installation:

# Linux/macOS - extract and place in /opt
tar -xzf p2kb-mcp-v1.2.3-<platform>.tar.gz
sudo mv p2kb-mcp /opt/

# Windows - extract zip to desired location

Cache locations:

  • Linux/macOS: .cache/ directory next to the binary
  • Windows: %LOCALAPPDATA%\p2kb-mcp\cache\

Platform Notes

  • macOS: macOS binaries are signed and notarized.

Features

  • Search P2 Knowledge Base by key or term
  • Browse categories (PASM2, Spin2, Architecture, etc.)
  • Fetch documentation with automatic caching
  • Batch operations for multiple keys
  • Related instruction lookup

Checksums

See checksums.txt for SHA256 checksums of all files.

Full Changelog: v1.2.2...v1.2.3

Release v1.2.2

27 Dec 20:15

Choose a tag to compare

P2KB MCP v1.2.2

MCP server providing access to the Propeller 2 Knowledge Base for Claude.


Option 1: Container-Tools Package (Recommended for /opt/container-tools/)

Multi-platform package for container-tools installations. Includes binaries for all platforms.

# Download and extract
tar -xzf container-tools-p2kb-mcp-v1.2.2.tar.gz
cd p2kb-mcp

# Install
sudo ./install.sh

# Verify
/opt/container-tools/bin/p2kb-mcp --version

After installation:

  • Binary: /opt/container-tools/p2kb-mcp/bin/p2kb-mcp
  • Symlink: /opt/container-tools/bin/p2kb-mcp
  • Cache: /opt/container-tools/var/cache/p2kb-mcp/

Option 2: Standalone Package

Single-platform packages. Extract and place in your preferred location.

Platform File
Linux AMD64 p2kb-mcp-v1.2.2-linux-amd64.tar.gz
Linux ARM64 p2kb-mcp-v1.2.2-linux-arm64.tar.gz
macOS Apple Silicon p2kb-mcp-v1.2.2-darwin-arm64.tar.gz
macOS Intel p2kb-mcp-v1.2.2-darwin-amd64.tar.gz
Windows AMD64 p2kb-mcp-v1.2.2-windows-amd64.zip
Windows ARM64 p2kb-mcp-v1.2.2-windows-arm64.zip

Installation:

# Linux/macOS - extract and place in /opt
tar -xzf p2kb-mcp-v1.2.2-<platform>.tar.gz
sudo mv p2kb-mcp /opt/

# Windows - extract zip to desired location

Cache locations:

  • Linux/macOS: .cache/ directory next to the binary
  • Windows: %LOCALAPPDATA%\p2kb-mcp\cache\

Platform Notes

  • macOS: macOS binaries are signed and notarized.

Features

  • Search P2 Knowledge Base by key or term
  • Browse categories (PASM2, Spin2, Architecture, etc.)
  • Fetch documentation with automatic caching
  • Batch operations for multiple keys
  • Related instruction lookup

Checksums

See checksums.txt for SHA256 checksums of all files.

Full Changelog: v1.2.1...v1.2.2

Release v1.2.1

22 Dec 20:19

Choose a tag to compare

P2KB MCP v1.2.1

MCP server providing access to the Propeller 2 Knowledge Base for Claude.


Option 1: Container-Tools Package (Recommended for /opt/container-tools/)

Multi-platform package for container-tools installations. Includes binaries for all platforms.

# Download and extract
tar -xzf container-tools-p2kb-mcp-v1.2.1.tar.gz
cd p2kb-mcp

# Install
sudo ./install.sh

# Verify
/opt/container-tools/bin/p2kb-mcp --version

After installation:

  • Binary: /opt/container-tools/p2kb-mcp/bin/p2kb-mcp
  • Symlink: /opt/container-tools/bin/p2kb-mcp
  • Cache: /opt/container-tools/var/cache/p2kb-mcp/

Option 2: Standalone Package

Single-platform packages. Extract and place in your preferred location.

Platform File
Linux AMD64 p2kb-mcp-v1.2.1-linux-amd64.tar.gz
Linux ARM64 p2kb-mcp-v1.2.1-linux-arm64.tar.gz
macOS Apple Silicon p2kb-mcp-v1.2.1-darwin-arm64.tar.gz
macOS Intel p2kb-mcp-v1.2.1-darwin-amd64.tar.gz
Windows AMD64 p2kb-mcp-v1.2.1-windows-amd64.zip
Windows ARM64 p2kb-mcp-v1.2.1-windows-arm64.zip

Installation:

# Linux/macOS - extract and place in /opt
tar -xzf p2kb-mcp-v1.2.1-<platform>.tar.gz
sudo mv p2kb-mcp /opt/

# Windows - extract zip to desired location

Cache locations:

  • Linux/macOS: .cache/ directory next to the binary
  • Windows: %LOCALAPPDATA%\p2kb-mcp\cache\

Platform Notes

  • macOS: macOS binaries are signed and notarized.

Features

  • Search P2 Knowledge Base by key or term
  • Browse categories (PASM2, Spin2, Architecture, etc.)
  • Fetch documentation with automatic caching
  • Batch operations for multiple keys
  • Related instruction lookup

Checksums

See checksums.txt for SHA256 checksums of all files.

Full Changelog: v1.2.0...v1.2.1

Release v1.2.0

18 Dec 00:04

Choose a tag to compare

P2KB MCP v1.2.0

MCP server providing access to the Propeller 2 Knowledge Base for Claude.


Option 1: Container-Tools Package (Recommended for /opt/container-tools/)

Multi-platform package for container-tools installations. Includes binaries for all platforms.

# Download and extract
tar -xzf container-tools-p2kb-mcp-v1.2.0.tar.gz
cd p2kb-mcp

# Install
sudo ./install.sh

# Verify
/opt/container-tools/bin/p2kb-mcp --version

After installation:

  • Binary: /opt/container-tools/p2kb-mcp/bin/p2kb-mcp
  • Symlink: /opt/container-tools/bin/p2kb-mcp
  • Cache: /opt/container-tools/var/cache/p2kb-mcp/

Option 2: Standalone Package

Single-platform packages. Extract and place in your preferred location.

Platform File
Linux AMD64 p2kb-mcp-v1.2.0-linux-amd64.tar.gz
Linux ARM64 p2kb-mcp-v1.2.0-linux-arm64.tar.gz
macOS Apple Silicon p2kb-mcp-v1.2.0-darwin-arm64.tar.gz
macOS Intel p2kb-mcp-v1.2.0-darwin-amd64.tar.gz
Windows AMD64 p2kb-mcp-v1.2.0-windows-amd64.zip
Windows ARM64 p2kb-mcp-v1.2.0-windows-arm64.zip

Installation:

# Linux/macOS - extract and place in /opt
tar -xzf p2kb-mcp-v1.2.0-<platform>.tar.gz
sudo mv p2kb-mcp /opt/

# Windows - extract zip to desired location

Cache locations:

  • Linux/macOS: .cache/ directory next to the binary
  • Windows: %LOCALAPPDATA%\p2kb-mcp\cache\

Platform Notes

  • macOS: macOS binaries are signed and notarized.

Features

  • Search P2 Knowledge Base by key or term
  • Browse categories (PASM2, Spin2, Architecture, etc.)
  • Fetch documentation with automatic caching
  • Batch operations for multiple keys
  • Related instruction lookup

Checksums

See checksums.txt for SHA256 checksums of all files.

Full Changelog: v1.1.0...v1.2.0

Release v1.1.0

13 Dec 21:23

Choose a tag to compare

P2KB MCP v1.1.0

MCP server providing access to the Propeller 2 Knowledge Base for Claude.


Option 1: Container-Tools Package (Recommended for /opt/container-tools/)

Multi-platform package for container-tools installations. Includes binaries for all platforms.

# Download and extract
tar -xzf p2kb-mcp-v1.1.0-container-tools.tar.gz
cd p2kb-mcp

# Install
sudo ./install.sh

# Verify
/opt/container-tools/bin/p2kb-mcp --version

After installation:

  • Binary: /opt/container-tools/p2kb-mcp/bin/p2kb-mcp
  • Symlink: /opt/container-tools/bin/p2kb-mcp
  • Cache: /opt/container-tools/var/cache/p2kb-mcp/

Option 2: Standalone Package

Single-platform packages. Extract and place in your preferred location.

Platform File
Linux AMD64 p2kb-mcp-v1.1.0-linux-amd64.tar.gz
Linux ARM64 p2kb-mcp-v1.1.0-linux-arm64.tar.gz
macOS Apple Silicon p2kb-mcp-v1.1.0-darwin-arm64.tar.gz
macOS Intel p2kb-mcp-v1.1.0-darwin-amd64.tar.gz
Windows AMD64 p2kb-mcp-v1.1.0-windows-amd64.zip
Windows ARM64 p2kb-mcp-v1.1.0-windows-arm64.zip

Installation:

# Linux/macOS - extract and place in /opt
tar -xzf p2kb-mcp-v1.1.0-<platform>.tar.gz
sudo mv p2kb-mcp /opt/

# Windows - extract zip to desired location

Cache locations:

  • Linux/macOS: .cache/ directory next to the binary
  • Windows: %LOCALAPPDATA%\p2kb-mcp\cache\

Platform Notes

  • macOS: macOS binaries are signed and notarized.

Features

  • Search P2 Knowledge Base by key or term
  • Browse categories (PASM2, Spin2, Architecture, etc.)
  • Fetch documentation with automatic caching
  • Batch operations for multiple keys
  • Related instruction lookup

Checksums

See checksums.txt for SHA256 checksums of all files.

Full Changelog: v1.0.0...v1.1.0