npm potal-mcp-serverstdioupdated 4mo ago
This is a Next.js project bootstrapped with create-next-app.
¿Qué puedes hacer con potal?
This is a Next.js project bootstrapped with create-next-app.
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
Instalación
Añade potal a tu cliente. Elige el que uses.
claude mcp add potal-mcp-server -- npx -y potal-mcp-servercodex mcp add potal-mcp-server -- npx -y potal-mcp-serveramp mcp add potal-mcp-server -- npx -y potal-mcp-server{
"mcpServers": {
"potal-mcp-server": {
"command": "npx",
"args": [
"-y",
"potal-mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"potal-mcp-server": {
"command": "npx",
"args": [
"-y",
"potal-mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"potal-mcp-server","command":"npx","args":["-y","potal-mcp-server"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"potal-mcp-server": {
"command": "npx",
"args": [
"-y",
"potal-mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"potal-mcp-server": {
"command": "npx",
"args": [
"-y",
"potal-mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"potal-mcp-server": {
"command": "npx",
"args": [
"-y",
"potal-mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"potal-mcp-server": {
"type": "local",
"command": "npx",
"args": [
"-y",
"potal-mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"potal-mcp-server": {
"command": {
"path": "npx",
"args": [
"-y",
"potal-mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y potal-mcp-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Puntuación
39 / 100
Incompleta
- Documentación10/25
- Mantenimiento13/25
- Confianza6/20
- Capacidad0/15
- Instalación12/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 137 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
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.3.1Última | 14 mar 2026 |