GitHub Stars
37
User Rating
Not Rated
Favorites
0
Views
26
Forks
3
Issues
4
Installation
Difficulty
AdvancedEstimated Time
20-45 minutes
Installation
bash
pip install ppmcp
ppmcp setup
1Build the Extension
bash
git clone https://github.com/joshmayerr/passport-mcp.git
cd extension
npm install
npm run build # or npm run dev for watch mode
2Load in Chrome
- Open Chrome and go to chrome://extensions
- Enable "Developer mode" in the top right
- Click "Load unpacked" and select the extension/dist directory
- Note the extension ID from Chrome (shown under the extension name)
3Set Up Native Messaging
```bash
ppmcp setup --local --extension-id=your_extension_idAdditional Resources
Author Information
12
Followers
63
Repositories
0
Gists
0
Total Contributions
Related MCPs
mcp-osint-server
32
mcp-osint-server is an open-source intelligence gathering tool that provides functionalities to collect and analyze information from various data sources. Implemented in Python, it allows users to easily customize the tool. It is particularly useful for security professionals as it enables efficient retrieval of information relevant to security analysis and research.