Skip to main content

MCP server for mia-simexp - Terminal-to-AI communication with A2A session management

Project description

SimExp MCP

An MCP (Model Context Protocol) server that exposes all SimExp functionality for use with Claude and other AI agents.

Installation

Install from PyPI:

pip install simexp-mcp

Or install with development dependencies:

pip install simexp-mcp[dev]

Quick Start

Start the MCP server:

simexp-mcp

The server will start listening for MCP protocol connections.

Features

Session Management Tools

  • simexp_session_start - Start a new session with optional file/AI/issue/repo parameters
  • simexp_session_list - List all sessions
  • simexp_session_info - Show current session & directory context
  • simexp_session_clear - Clear active session
  • simexp_session_write - Write message to session note
  • simexp_session_read - Read session note content
  • simexp_session_add - Add file to session note
  • simexp_session_title - Set session note title
  • simexp_session_open - Open session note in browser
  • simexp_session_url - Print session note URL

Collaboration Tools

  • simexp_session_collab - Share with Assembly (♠, 🌿, 🎸, 🧵)
  • simexp_session_collab_add - Add collaborator by email
  • simexp_session_collab_list - List all collaborators
  • simexp_session_publish - Publish note (get public URL)

Reflection & Wisdom Tools

  • simexp_session_reflect - Open editor for reflection notes
  • simexp_session_observe_pattern - Record an observed pattern
  • simexp_session_extract_wisdom - Extract and record wisdom
  • simexp_session_complete - Complete session with ceremony

Core Extraction Tools

  • simexp_init - Initialize session with browser authentication
  • simexp_extract - Extract content from URL
  • simexp_write - Write content to Simplenote
  • simexp_read - Read content from Simplenote
  • simexp_archive - Archive content
  • simexp_fetch - Fetch using Simfetcher capabilities
  • simexp_session_browser - Launch browser for authentication

Authentication

SimExp MCP requires Simplenote credentials. When you first use the simexp_init tool, it will:

  1. Detect that you don't have an active session
  2. Launch your browser to Simplenote login page
  3. Prompt you to log in manually
  4. Persist the session for subsequent tool calls

Once authenticated, all subsequent tools can access your Simplenote data.

Architecture

Package Structure

simexp-mcp/
├── simexp_mcp/
│   ├── __init__.py       # Package initialization
│   ├── server.py         # MCP server and tool handlers
│   └── tools.py          # Tool implementations
├── tests/                # Test suite
├── pyproject.toml        # Modern Python packaging
├── Makefile              # Build automation
└── release.sh            # Release automation

Main Components

server.py - MCP protocol server that:

  • Handles all MCP protocol messages
  • Routes tool calls to appropriate handlers
  • Manages resource and prompt endpoints

tools.py - All tool implementations that:

  • Wrap SimExp CLI commands
  • Provide user-friendly MCP interfaces
  • Handle input validation and error reporting

Development

Install for Development

cd simexp-mcp
pip install -e ".[dev]"

Run Tests

pytest

Build Distribution

make clean
make build

Release Workflow

# Full test release
./release.sh

# Or use Makefile
make test-release  # Test PyPI
make upload        # Production PyPI

Version Management

Version 0.1.0 and above. See release.sh or Makefile for automated version bumping:

make bump          # Auto-increment patch version
./release.sh       # Interactive release with all steps

Configuration

SimExp MCP uses the parent simexp package configuration. See the main SimExp documentation for configuration details.

Troubleshooting

"simexp_init must be called first"

The MCP server requires an active Simplenote session. Call simexp_init to authenticate:

→ simexp_init
← Opens browser for Simplenote login

"Cannot find module mcp"

Ensure the mcp package is installed:

pip install mcp>=1.0.0

Tests failing

Ensure all dependencies are installed and Python 3.10+ is available:

pip install -e ".[dev]"
python --version  # Should be 3.10+

Contributing

Contributions welcome! Please ensure:

  • All tests pass: pytest
  • Code is formatted: black .
  • Type hints are included

License

MIT License - see LICENSE file for details

Links

Support

For issues, feature requests, or questions, please open an issue on the main SimExp repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mia_simexp_mcp-0.2.0.tar.gz (11.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mia_simexp_mcp-0.2.0-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file mia_simexp_mcp-0.2.0.tar.gz.

File metadata

  • Download URL: mia_simexp_mcp-0.2.0.tar.gz
  • Upload date:
  • Size: 11.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.4

File hashes

Hashes for mia_simexp_mcp-0.2.0.tar.gz
Algorithm Hash digest
SHA256 08f20dba5db006afe9c3d92fe24b75426e1fb46cfe7b57a3963cb7a3fa1061c5
MD5 9b74300c1a680842e4a809e026ad2086
BLAKE2b-256 171359c5ad86f3be003284496d6656179f807b982183fb2017efc7cfc810e355

See more details on using hashes here.

File details

Details for the file mia_simexp_mcp-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: mia_simexp_mcp-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.4

File hashes

Hashes for mia_simexp_mcp-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 10dd40be0eceafeab4fca51443f58923df6855ceccaa03ef532d33874c686afc
MD5 005e71d9c432b567996ba401e806a179
BLAKE2b-256 d8beb0c75251971c336b6e1802f72389011d31098c1493eafa36461d5c7f55fd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page