|
16 | 16 | "id": "airtable",
|
17 | 17 | "installations": {
|
18 | 18 | "npx": {
|
19 |
| - "args": [], |
20 | 19 | "description": "Run with npx",
|
21 | 20 | "package": "@felores/airtable-mcp-server",
|
22 | 21 | "recommended": true,
|
|
66 | 65 | "id": "duckduckgo-mcp",
|
67 | 66 | "installations": {
|
68 | 67 | "uvx": {
|
69 |
| - "args": [], |
70 | 68 | "description": "Run with Python uvx",
|
71 | 69 | "package": "duckduckgo-mcp-server",
|
72 | 70 | "recommended": true,
|
|
125 | 123 | "id": "elasticsearch",
|
126 | 124 | "installations": {
|
127 | 125 | "uvx": {
|
128 |
| - "args": [], |
129 | 126 | "description": "Run with Python uvx",
|
130 | 127 | "package": "elasticsearch-mcp-server",
|
131 | 128 | "recommended": true,
|
|
240 | 237 | "id": "filesystem",
|
241 | 238 | "installations": {
|
242 | 239 | "npm": {
|
243 |
| - "args": [], |
244 | 240 | "description": "Run with npm",
|
245 | 241 | "package": "@modelcontextprotocol/server-filesystem",
|
246 | 242 | "recommended": true,
|
|
309 | 305 | "id": "gitlab",
|
310 | 306 | "installations": {
|
311 | 307 | "npm": {
|
312 |
| - "args": [], |
313 | 308 | "description": "Run with npm",
|
314 | 309 | "package": "@modelcontextprotocol/server-gitlab",
|
315 | 310 | "recommended": true,
|
|
368 | 363 | "id": "google-maps",
|
369 | 364 | "installations": {
|
370 | 365 | "npm": {
|
371 |
| - "args": [], |
372 | 366 | "description": "Run with npm",
|
373 | 367 | "package": "@modelcontextprotocol/server-google-maps",
|
374 | 368 | "recommended": true,
|
|
406 | 400 | },
|
407 | 401 | "jira": {
|
408 | 402 | "arguments": {
|
409 |
| - "CONFLUENCE_TOKEN": { |
| 403 | + "--confluence-token": { |
410 | 404 | "description": "Confluence API token",
|
411 | 405 | "example": "ATATT3xFfGF0...",
|
412 |
| - "name": "CONFLUENCE_TOKEN", |
| 406 | + "name": "--confluence-token", |
413 | 407 | "required": true,
|
414 |
| - "type": "environment" |
| 408 | + "type": "argument" |
415 | 409 | },
|
416 |
| - "CONFLUENCE_URL": { |
| 410 | + "--confluence-url": { |
417 | 411 | "description": "Confluence server URL",
|
418 | 412 | "example": "https://your-domain.atlassian.net",
|
419 |
| - "name": "CONFLUENCE_URL", |
| 413 | + "name": "--confluence-url", |
420 | 414 | "required": true,
|
421 |
| - "type": "environment" |
| 415 | + "type": "argument" |
422 | 416 | },
|
423 |
| - "CONFLUENCE_USERNAME": { |
| 417 | + "--confluence-username": { |
424 | 418 | "description": "Confluence username or email",
|
425 | 419 | "example": "user@example.com",
|
426 |
| - "name": "CONFLUENCE_USERNAME", |
| 420 | + "name": "--confluence-username", |
427 | 421 | "required": true,
|
428 |
| - "type": "environment" |
| 422 | + "type": "argument" |
429 | 423 | },
|
430 |
| - "JIRA_TOKEN": { |
| 424 | + "--jira-token": { |
431 | 425 | "description": "Jira API token",
|
432 | 426 | "example": "ATATT3xFfGF0...",
|
433 |
| - "name": "JIRA_TOKEN", |
| 427 | + "name": "--jira-token", |
434 | 428 | "required": true,
|
435 |
| - "type": "environment" |
| 429 | + "type": "argument" |
436 | 430 | },
|
437 |
| - "JIRA_URL": { |
| 431 | + "--jira-url": { |
438 | 432 | "description": "Jira server URL",
|
439 | 433 | "example": "https://your-domain.atlassian.net",
|
440 |
| - "name": "JIRA_URL", |
| 434 | + "name": "--jira-url", |
441 | 435 | "required": true,
|
442 |
| - "type": "environment" |
| 436 | + "type": "argument" |
443 | 437 | },
|
444 |
| - "JIRA_USERNAME": { |
| 438 | + "--jira-username": { |
445 | 439 | "description": "Jira username or email",
|
446 | 440 | "example": "user@example.com",
|
447 |
| - "name": "JIRA_USERNAME", |
| 441 | + "name": "--jira-username", |
448 | 442 | "required": true,
|
449 |
| - "type": "environment" |
| 443 | + "type": "argument" |
450 | 444 | }
|
451 | 445 | },
|
452 | 446 | "categories": ["Productivity"],
|
|
456 | 450 | "id": "jira",
|
457 | 451 | "installations": {
|
458 | 452 | "uvx": {
|
459 |
| - "args": [ |
460 |
| - "--confluence-token=${CONFLUENCE_TOKEN}", |
461 |
| - "--confluence-url=${CONFLUENCE_URL}", |
462 |
| - "--confluence-username=${CONFLUENCE_USERNAME}", |
463 |
| - "--jira-token=${JIRA_TOKEN}", |
464 |
| - "--jira-url=${JIRA_URL}", |
465 |
| - "--jira-username=${JIRA_USERNAME}" |
466 |
| - ], |
467 | 453 | "description": "Run with Python uvx",
|
468 | 454 | "package": "mcp-atlassian",
|
469 | 455 | "recommended": true,
|
|
521 | 507 | "id": "mcp-discord",
|
522 | 508 | "installations": {
|
523 | 509 | "npm": {
|
524 |
| - "args": [], |
525 | 510 | "description": "Run with npm",
|
526 | 511 | "package": "mcp-discord",
|
527 | 512 | "recommended": true,
|
|
573 | 558 | "id": "memory",
|
574 | 559 | "installations": {
|
575 | 560 | "npm": {
|
576 |
| - "args": [], |
577 | 561 | "description": "Run with npm",
|
578 | 562 | "package": "@modelcontextprotocol/server-memory",
|
579 | 563 | "recommended": true,
|
|
607 | 591 | },
|
608 | 592 | "monday-api-mcp": {
|
609 | 593 | "arguments": {
|
610 |
| - "MONDAY_API_TOKEN": { |
| 594 | + "--token": { |
611 | 595 | "description": "Monday.com API token for workspace access",
|
612 | 596 | "example": "eyJhbGciOiJIUzI1NiJ9...",
|
613 |
| - "name": "MONDAY_API_TOKEN", |
| 597 | + "name": "--token", |
614 | 598 | "required": true,
|
615 |
| - "type": "environment" |
| 599 | + "type": "argument" |
| 600 | + }, |
| 601 | + "--version": { |
| 602 | + "description": "Version of the Monday.com API to use", |
| 603 | + "name": "--version", |
| 604 | + "required": false, |
| 605 | + "type": "argument" |
| 606 | + }, |
| 607 | + "--read-only": { |
| 608 | + "description": "Enable read-only mode", |
| 609 | + "name": "--read-only", |
| 610 | + "required": false, |
| 611 | + "type": "argument" |
| 612 | + }, |
| 613 | + "--enable-dynamic-api-tools": { |
| 614 | + "description": "Enable dynamic API tools (Mode that includes the whole API schema, not supported when using read-only mode)", |
| 615 | + "example": "true", |
| 616 | + "name": "--enable-dynamic-api-tools", |
| 617 | + "required": false, |
| 618 | + "type": "argument" |
616 | 619 | }
|
617 | 620 | },
|
618 | 621 | "categories": ["Productivity"],
|
|
622 | 625 | "id": "monday-api-mcp",
|
623 | 626 | "installations": {
|
624 | 627 | "npm": {
|
625 |
| - "args": [ |
626 |
| - "-t", |
627 |
| - "${MONDAY_API_TOKEN}", |
628 |
| - "--enable-dynamic-api-tools", |
629 |
| - "true" |
630 |
| - ], |
631 | 628 | "description": "Run with npm and dynamic API tools",
|
632 | 629 | "package": "@mondaydotcomorg/monday-api-mcp",
|
633 | 630 | "recommended": true,
|
|
682 | 679 | "id": "notion",
|
683 | 680 | "installations": {
|
684 | 681 | "npm": {
|
685 |
| - "args": [], |
686 | 682 | "description": "Run with npm",
|
687 | 683 | "package": "@notionhq/notion-mcp-server",
|
688 | 684 | "recommended": true,
|
|
735 | 731 | "id": "perplexity",
|
736 | 732 | "installations": {
|
737 | 733 | "npm": {
|
738 |
| - "args": [], |
739 | 734 | "description": "Run with npm",
|
740 | 735 | "package": "server-perplexity-ask",
|
741 | 736 | "recommended": true,
|
|
796 | 791 | "id": "slack-mcp",
|
797 | 792 | "installations": {
|
798 | 793 | "npm": {
|
799 |
| - "args": [], |
800 | 794 | "description": "Run with npm",
|
801 | 795 | "package": "@zencoderai/slack-mcp-server",
|
802 | 796 | "recommended": true,
|
|
834 | 828 | },
|
835 | 829 | "sqlite": {
|
836 | 830 | "arguments": {
|
837 |
| - "DATABASE_PATH": { |
| 831 | + "--db-path": { |
838 | 832 | "description": "Path to the SQLite database file",
|
839 | 833 | "example": "~/test.db",
|
840 |
| - "name": "DATABASE_PATH", |
| 834 | + "name": "--db-path", |
841 | 835 | "required": true,
|
842 | 836 | "type": "argument"
|
843 | 837 | }
|
|
849 | 843 | "id": "sqlite",
|
850 | 844 | "installations": {
|
851 | 845 | "uvx": {
|
852 |
| - "args": ["--db-path", "${DATABASE_PATH}"], |
853 | 846 | "description": "Run with Python uvx",
|
854 | 847 | "package": "mcp-server-sqlite",
|
855 | 848 | "recommended": true,
|
|
0 commit comments