npm @byimprint/mcp-serverstreamable-httpupdated 4mo ago
This repository is a historical artifact from byImprint's former creator-intelligence / agent-native experiment. It is no longer an active product, package, API surface, or customer offer.
What can you do with intelligence?
@byimprint/mcp-server
Retired byImprint MCP client.
This repository is a historical artifact from byImprint's former creator-intelligence / agent-native experiment. It is no longer an active product, package, API surface, or customer offer.
Current byImprint work lives at byimprint.com: small-business intelligence for owner-led local businesses.
Status
- Retired: 2026-05-24
- Current public site: https://byimprint.com
- Former hosted MCP endpoint:
https://byimprint.com/mcp - Former npm package:
@byimprint/mcp-server
The hosted MCP endpoint now redirects away from the retired surface. Do not install this package for new work.
Why This Is Still Public
The repository remains visible only as a record of the historical experiment and to avoid broken provenance for old external registry entries. It should not be used to describe current byImprint positioning.
Current Positioning
byImprint reads the public surface of owner-led local businesses, names the leaks, and turns the findings into owner-ready fixes.
Start here: https://byimprint.com
License
MIT. See LICENSE.
Install
Add intelligence to your client. Pick the one you use.
{
"servers": {
"mcp-server": {
"type": "http",
"url": "https://byimprint.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp-server -- npx -y @byimprint/mcp-servercodex mcp add mcp-server -- npx -y @byimprint/mcp-serveramp mcp add mcp-server -- npx -y @byimprint/mcp-server{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@byimprint/mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@byimprint/mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@byimprint/mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@byimprint/mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@byimprint/mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-server": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@byimprint/mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-server": {
"command": {
"path": "npx",
"args": [
"-y",
"@byimprint/mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @byimprint/mcp-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
38 / 100
Incomplete
- Documentation4/25
- Maintenance13/25
- Trust6/20
- Capability0/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 121 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | May 3, 2026 |